From ce00636ce5ce962013507a90a8cf5799fa5d7ce5 Mon Sep 17 00:00:00 2001 From: Kathan Shukla Date: Thu, 19 Dec 2019 02:56:31 -0800 Subject: [PATCH] Enable java backend for occupant awareness iface. This change also enables VNDK libbraries to use occupant awareness NDK. Test: Build test. Change-Id: Ib85ca91252b9b96b53d886ad85f723b1d1f6178e --- automotive/occupant_awareness/aidl/Android.bp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/automotive/occupant_awareness/aidl/Android.bp b/automotive/occupant_awareness/aidl/Android.bp index 6e9e8aa386..face235a42 100644 --- a/automotive/occupant_awareness/aidl/Android.bp +++ b/automotive/occupant_awareness/aidl/Android.bp @@ -7,7 +7,12 @@ aidl_interface { stability: "vintf", backend: { java: { - enabled: false, + platform_apis: true, }, - } + ndk: { + vndk: { + enabled: true, + }, + }, + }, }