aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:22:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:22:45 +0000
commite1e65fb4d84ce59258f3a3cdaa9ecf58e874c564 (patch)
treed57bb5c32466b84d303a5eab6d73228e8880389f
parentd5bc17b063741d991049f5eeffce18ac2e07b4a0 (diff)
parentd05a95e0607023d576ee17f3e7a2952174e33d34 (diff)
downloadlibcap-e1e65fb4d84ce59258f3a3cdaa9ecf58e874c564.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
am: d05a95e060 Change-Id: Ib8cc6d1df36069c8c78cd4a8449f89628d27a3b8
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 44ce020..152b85c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,9 @@ cc_library {
name: "libcap",
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
cflags: [
"-Wno-unused-parameter",