Deprecate manually written binder interfaces.

This deprecates manually written binder interfaces in favor of AIDL
generated interfaces. A whitelist is created that defines all existing
AOSP interface names as members so that we can statically assert at
compile-time whether a declared interface is in the whitelist or not.

Bug: 136279235
Test: m aosp_arm64-eng
Change-Id: I8ca7a5eebd79ab8d484028570fe2ba281faaa55f
1 file changed