Ran update-makefiles.sh.
Audio common and vibrator hals were not in the build system.
Test: hardware/interfaces mma -j64
Change-Id: I9faa3f4692e8778cab7864c94725198c015352a8
diff --git a/Android.bp b/Android.bp
index 3cf3b3b..c568092 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
// This is an autogenerated file, do not edit.
subdirs = [
+ "audio/common/2.0",
"benchmarks/msgq/1.0",
"nfc/1.0",
"nfc/1.0/default",
@@ -10,6 +11,7 @@
"tests/libhwbinder/1.0",
"tests/msgq/1.0",
"tests/pointer/1.0",
+ "vibrator/1.0",
"wifi/1.0",
"wifi/supplicant/1.0",
]