aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 05:46:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 05:46:16 +0000
commit53bccba2932af85b459a76232460920b288a9c44 (patch)
treedf3d53b678028e01f5f8aa4227b1af04548f2d93
parent6a899259df6f94b40ebb0b40416edde987980f01 (diff)
parent7271987d96e454e13969925002a3e62b8bfee75f (diff)
downloadlibcap-53bccba2932af85b459a76232460920b288a9c44.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
am: 7271987d96 Change-Id: I82c09ec7d89bdc5ce87976ae03c7343f462fa65e
-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",