universal7885: aidl-support: Allow platform API on java backend

To use vintf stability, we need to call android.os.Binder.markVintfStability() which is marked as SystemAPI and thus hidden to non-platform API module
This commit is contained in:
roynatech2544 2022-10-09 09:37:54 +00:00
commit 531ad80afa
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,9 @@ aidl_interface {
ndk: {
enabled: true,
},
java: {
platform_apis: true,
},
},
versions_with_info: [
{

View file

@ -6,6 +6,9 @@ aidl_interface {
ndk: {
enabled: true,
},
java: {
platform_apis: true,
},
},
versions_with_info: [
{