summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b475d566..3c441bb8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,6 +8,7 @@ subdirs = [
8 "biometrics/fingerprint/2.1", 8 "biometrics/fingerprint/2.1",
9 "bluetooth/1.0", 9 "bluetooth/1.0",
10 "boot/1.0", 10 "boot/1.0",
11 "broadcastradio/1.0",
11 "example/extension/light/2.0", 12 "example/extension/light/2.0",
12 "gnss/1.0", 13 "gnss/1.0",
13 "graphics/allocator/2.0", 14 "graphics/allocator/2.0",
@@ -35,6 +36,7 @@ subdirs = [
35 "tests/foo/1.0/default", 36 "tests/foo/1.0/default",
36 "tests/foo/1.0/default/lib", 37 "tests/foo/1.0/default/lib",
37 "tests/libhwbinder/1.0", 38 "tests/libhwbinder/1.0",
39 "tests/libhwbinder/1.0/default",
38 "tests/msgq/1.0", 40 "tests/msgq/1.0",
39 "tests/pointer/1.0", 41 "tests/pointer/1.0",
40 "tests/pointer/1.0/default", 42 "tests/pointer/1.0/default",
@@ -44,6 +46,8 @@ subdirs = [
44 "vehicle/2.0", 46 "vehicle/2.0",
45 "vibrator/1.0", 47 "vibrator/1.0",
46 "vibrator/1.0/default", 48 "vibrator/1.0/default",
49 "vr/1.0",
50 "vr/1.0/default",
47 "wifi/1.0", 51 "wifi/1.0",
48 "wifi/supplicant/1.0", 52 "wifi/supplicant/1.0",
49] 53]