summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2018-03-16 15:00:27 -0700
committerWonsik Kim <wonsik@google.com>2018-03-16 15:00:27 -0700
commit033ea548eec7ec220082ea6b199bf6e77f67a40d (patch)
tree676d257176d1aae99079780ea0fbd2e45dca6acd /Android.bp
parent0baa64eb9c48403325d836e452360bc4af017a0e (diff)
downloadav-033ea548eec7ec220082ea6b199bf6e77f67a40d.tar.gz
Move CCodec and c2.google.* components out of framework
Bug: 74403547 Test: builds Change-Id: I20b92a9a125bcf40ce786b2e28bc0de46ac89602
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 347ce1c..4cf9308 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,6 @@
soong_namespace {
}
+subdirs = [
+ "media",
+]