diff options
| author | Mike Lockwood <lockwood@google.com> | 2012-04-04 11:26:59 -0700 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2012-04-11 12:35:49 -0700 |
| commit | 4f5d5176a3d732baebe92ab3748a12166406a198 (patch) | |
| tree | 82d8cf8e2a8947447cb9541d1370de75e7f58b24 /rootdir/Android.mk | |
| parent | 03e0cb3a38ec6a2bf65c19466017ce35b13d8cb2 (diff) | |
| download | system_core-4f5d5176a3d732baebe92ab3748a12166406a198.tar.gz system_core-4f5d5176a3d732baebe92ab3748a12166406a198.tar.bz2 system_core-4f5d5176a3d732baebe92ab3748a12166406a198.zip | |
init.rc: Add support for new USB accessory configurations
Also moved USB scripts to new file init.usb.rc
Change-Id: I98e099fbd8de3eb3e1e18c9ef69312608033a50c
Signed-off-by: Mike Lockwood <lockwood@google.com>
Diffstat (limited to 'rootdir/Android.mk')
| -rw-r--r-- | rootdir/Android.mk | 2 |
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. |
