diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-09-12 16:23:19 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2016-09-12 16:23:19 -0700 |
commit | d2e4b1a7cd850bc9d78dd20f619b6f083baf7579 (patch) | |
tree | 700ff60b36305bd77c969721e8a44160c6c1f002 /root.bp | |
parent | b1957a502116195a534f45c37f15efa35298e520 (diff) | |
download | build_soong-d2e4b1a7cd850bc9d78dd20f619b6f083baf7579.tar.gz build_soong-d2e4b1a7cd850bc9d78dd20f619b6f083baf7579.tar.bz2 build_soong-d2e4b1a7cd850bc9d78dd20f619b6f083baf7579.zip |
Add system/media/* to root.bp
Change-Id: I100612403e26c4373f0b047c622f6ffddc67be55
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ optional_subdirs = [ "system/core/*", "system/extras/*", "system/keymaster", + "system/media/*", "system/security/*", ] |