Enable java backend for occupant awareness iface.

This change also enables VNDK libbraries to use occupant awareness NDK.

Test: Build test.
Change-Id: Ib85ca91252b9b96b53d886ad85f723b1d1f6178e
This commit is contained in:
Kathan Shukla
2019-12-19 02:56:31 -08:00
parent 597861e449
commit ce00636ce5

View File

@@ -7,7 +7,12 @@ aidl_interface {
stability: "vintf",
backend: {
java: {
enabled: false,
platform_apis: true,
},
}
ndk: {
vndk: {
enabled: true,
},
},
},
}