summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-04 14:12:23 +0900
committerJustin Yun <justinyun@google.com>2017-08-04 14:12:23 +0900
commit608d773ef8f346105d77ca5292505949a240b699 (patch)
treed847621e5a8c62b5090f5f361712f9cdc0c078b6 /tv
parentd9b12c13e5fd5f3e6fa7f1090d118a0c5f3dfb33 (diff)
downloadandroid_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.gz
android_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.bz2
android_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.zip
Update make file for vndk enabled.
Update the Android.bp generated with hidl-gen. Test: build with and without BOARD_VNDK_VERSION=current Bug: 63866913 Change-Id: I1a9db1df49e0f13c5790da2b118ae9ec63ba34a7
Diffstat (limited to 'tv')
-rw-r--r--tv/cec/1.0/Android.bp3
-rw-r--r--tv/input/1.0/Android.bp3
2 files changed, 6 insertions, 0 deletions
diff --git a/tv/cec/1.0/Android.bp b/tv/cec/1.0/Android.bp
index 810dc205e..c9da7373e 100644
--- a/tv/cec/1.0/Android.bp
+++ b/tv/cec/1.0/Android.bp
@@ -53,6 +53,9 @@ cc_library {
generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.tv.cec@1.0_genc++_headers"],
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
shared_libs: [
"libhidlbase",
"libhidltransport",
diff --git a/tv/input/1.0/Android.bp b/tv/input/1.0/Android.bp
index b48ef5881..22ea1d847 100644
--- a/tv/input/1.0/Android.bp
+++ b/tv/input/1.0/Android.bp
@@ -53,6 +53,9 @@ cc_library {
generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.tv.input@1.0_genc++_headers"],
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
shared_libs: [
"libhidlbase",
"libhidltransport",