aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2012-04-17 10:40:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-17 10:40:09 -0700
commitb47cd10acf6eb9449fc12a93f17f720b21e998c8 (patch)
tree36b5096aea5e8c8b54b824b64c8b9ad5411b4c86 /rootdir/Android.mk
parentcc6e34e629ecad281f12f883e035eae6d5c6d861 (diff)
parent4f5d5176a3d732baebe92ab3748a12166406a198 (diff)
downloadsystem_core-b47cd10acf6eb9449fc12a93f17f720b21e998c8.tar.gz
system_core-b47cd10acf6eb9449fc12a93f17f720b21e998c8.tar.bz2
system_core-b47cd10acf6eb9449fc12a93f17f720b21e998c8.zip
Merge "init.rc: Add support for new USB accessory configurations"
Diffstat (limited to 'rootdir/Android.mk')
-rw-r--r--rootdir/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk
index 1a9e06f6..e62c3ea2 100644
--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -50,6 +50,8 @@ $(file) : $(LOCAL_PATH)/ueventd.rc | $(ACP)
ALL_PREBUILT += $(file)
$(INSTALLED_RAMDISK_TARGET): $(file)
+# init.usb.rc is handled by build/target/product/core.rc
+
# Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here
# to allow -user builds to properly run the dex pre-optimization pass in
# the emulator.