aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 01:53:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 01:53:45 +0000
commit34ef906087031769873855babec52854d1062cea (patch)
tree0a58e58e5bda5ce98903ba66083db2c518d81166
parentc5442ed84fb2f629866792b2a2da1673670c073e (diff)
parenta800d90f60793ea911c0d5d8b954e5ee348401e8 (diff)
downloadlzma-34ef906087031769873855babec52854d1062cea.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: d89bc9355d
am: a800d90f60 Change-Id: I266fd9633f8107699f4b4f322010a208adc919bf
-rw-r--r--C/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 69cb5b6..d4cb451 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -4,6 +4,10 @@ cc_library {
name: "liblzma",
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
sdk_version: "9",
stl: "none",