mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -7,7 +7,12 @@ aidl_interface {
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
java: {
|
||||
enabled: false,
|
||||
platform_apis: true,
|
||||
},
|
||||
}
|
||||
ndk: {
|
||||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user