mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
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:
parent
0f7eea2bbe
commit
531ad80afa
2 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ aidl_interface {
|
|||
ndk: {
|
||||
enabled: true,
|
||||
},
|
||||
java: {
|
||||
platform_apis: true,
|
||||
},
|
||||
},
|
||||
versions_with_info: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ aidl_interface {
|
|||
ndk: {
|
||||
enabled: true,
|
||||
},
|
||||
java: {
|
||||
platform_apis: true,
|
||||
},
|
||||
},
|
||||
versions_with_info: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue