summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-09-28 16:12:24 -0700
committerDan Willemsen <dwillemsen@google.com>2016-09-30 10:31:54 -0700
commit242b34edd546e63495466083c80f794cd9180ab2 (patch)
treef83cf3292d3f816345213d2e3db11f1e26b75c0d /Android.bp
parentfe2b0983553f88370ce6a317ef7bb4b2baec42b3 (diff)
Convert to Android.bp
See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000000..6dfde33f5f
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+subdirs = [
+ "benchmarks/msgq/1.0",
+ "nfc/1.0",
+ "nfc/1.0/default",
+ "tests/bar/1.0",
+ "tests/baz/1.0",
+ "tests/expression/1.0",
+ "tests/foo/1.0",
+ "tests/libhwbinder/1.0",
+ "tests/msgq/1.0",
+ "tests/pointer/1.0",
+ "wifi/1.0",
+ "wifi/supplicant/1.0",
+]