summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-12 14:07:15 -0700
committerSteven Moreland <smoreland@google.com>2017-05-12 14:45:13 -0700
commite3ee00a6fda0bc22a0c6bd1eb0726f8294e10979 (patch)
treec75d750ed7e7887876bebfe8b0d14dfe3a1d3fc6 /Android.bp
parent46b54e959fbe772aa87e40e3805e4f118e7f1258 (diff)
downloadplatform_external_lzma-e3ee00a6fda0bc22a0c6bd1eb0726f8294e10979.tar.gz
platform_external_lzma-e3ee00a6fda0bc22a0c6bd1eb0726f8294e10979.tar.bz2
platform_external_lzma-e3ee00a6fda0bc22a0c6bd1eb0726f8294e10979.zip
libxz: Android.mk -> Android.bp
Also renamed libxz-host to libxz. Test: links Change-Id: I6da49cfb20942aac74e34ae4ce903cd282c6a919
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e0454ba..6753f7b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1 +1,4 @@
-subdirs = ["C"]
+subdirs = [
+ "C",
+ "xz-embedded",
+]