diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-06-06 14:52:30 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2016-06-06 14:52:54 -0700 |
commit | 0c41054beccd52c1bcc90347a74fd41a90d72f45 (patch) | |
tree | 7e807dc0b359411edf3235fe0249507b58f1ff00 /root.bp | |
parent | 22abd40ed05090927ce7b0ac2c387c353253e7e2 (diff) | |
download | build_soong-0c41054beccd52c1bcc90347a74fd41a90d72f45.tar.gz build_soong-0c41054beccd52c1bcc90347a74fd41a90d72f45.tar.bz2 build_soong-0c41054beccd52c1bcc90347a74fd41a90d72f45.zip |
Add built/libs/* to root.bp
Change-Id: I05af556dde2df5a1ef38d1cc9eb557c8e2729490
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ subdirs = [ optional_subdirs = [ "bionic", "build/kati", + "build/libs/*", "build/tools/*", "dalvik", "external/*", |