summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 05:57:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 05:57:39 +0000
commitb91071601b19e44d65cb1873a895a84deace5d16 (patch)
tree8465d199e0a3d2148d1d1e6cd33cf0650a3eed32
parenta645562473c447893b13fa6f87d633b004d655c4 (diff)
parentab21b93dec8f523a14289e7e671e55a48955fed1 (diff)
downloadlibhardware_legacy-b91071601b19e44d65cb1873a895a84deace5d16.tar.gz
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" into oc-mr1-dev
am: ab21b93dec Change-Id: Iffc0701e60aa832e994d92b0ff426640a9555847
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 00061c9..ebb2b4d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,11 +20,17 @@ cc_library {
export_include_dirs: ["include"],
shared_libs: ["libcutils", "liblog"],
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
}
cc_library_shared {
name: "libhardware_legacy",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
shared_libs: [
"libbase",