commit | 18576b0b274d9d5cec9b2be07ce651401ed5fdbf | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Nov 27 18:11:43 2019 -0800 |
committer | Steven Moreland <smoreland@google.com> | Wed Nov 27 18:11:43 2019 -0800 |
tree | b167f3fc12a9e41496e17c69e85a30c900e8277b | |
parent | 677cdb4b0ed46b5b9024e1b10f5713c59fed4611 [diff] [blame] |
Mark VINTF AIDL w/ Java as platform_apis. Since this requires platform-only APIs (markVintfStability). Bug: 139325468 Test: use vibrator callback from Java Change-Id: Ic675c82973e04f80db67da1b9c69964ef33b35f7
diff --git a/vibrator/aidl/Android.bp b/vibrator/aidl/Android.bp index e26041a..1eec1da 100644 --- a/vibrator/aidl/Android.bp +++ b/vibrator/aidl/Android.bp
@@ -6,6 +6,9 @@ ], stability: "vintf", backend: { + java: { + platform_apis: true, + }, ndk: { vndk: { enabled: true,