aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 05:52:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 05:52:18 +0000
commit290d76c9c7539c032c9cb4f67c0511f388e834fa (patch)
treedf3d53b678028e01f5f8aa4227b1af04548f2d93
parent6a899259df6f94b40ebb0b40416edde987980f01 (diff)
parent53bccba2932af85b459a76232460920b288a9c44 (diff)
downloadlibcap-290d76c9c7539c032c9cb4f67c0511f388e834fa.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: 7271987d96
am: 53bccba293 Change-Id: If9f9c2e4a0edce45087faa0a04bdb26949aa677f
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8d5c848..766c5ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,9 @@ cc_library {
clang: true,
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
cflags: [
"-Wno-unused-parameter",