diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2015-08-13 06:51:47 -0700 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-08-13 07:11:35 -0700 |
commit | 515ab9905e79801f9f2fac342190cb36e3a57da7 (patch) | |
tree | 155292e3613e3cfbb8070c827c15da9998ab8a41 /rootdir | |
parent | 6bd37038c0916c8f4610f752f908ef20c0d501cb (diff) | |
download | device_samsung_espressowifi-515ab9905e79801f9f2fac342190cb36e3a57da7.zip device_samsung_espressowifi-515ab9905e79801f9f2fac342190cb36e3a57da7.tar.gz device_samsung_espressowifi-515ab9905e79801f9f2fac342190cb36e3a57da7.tar.bz2 |
espresso-common: fix P51XX ramdisk (1/2)
Change-Id: I437792e8f614fe50a2d9b1c3507255c4cce5492a
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/Android.mk | 5 | ||||
-rw-r--r-- | rootdir/etc/init.tab2.rc | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index eb7cac5..abbf448 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -3,11 +3,7 @@ include $(CLEAR_VARS) # boot.img parts include $(CLEAR_VARS) -ifneq ($(filter p3100 p3110,$(TARGET_DEVICE)),) LOCAL_MODULE := fstab.espresso -else -LOCAL_MODULE := fstab.espresso10 -endif LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_CLASS := ETC LOCAL_SRC_FILES := etc/fstab.tab2 @@ -50,7 +46,6 @@ LOCAL_SRC_FILES := etc/ueventd.tab2.rc LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) - # recovery.img parts ifneq ($(filter p3100 p3110,$(TARGET_DEVICE)),) include $(CLEAR_VARS) diff --git a/rootdir/etc/init.tab2.rc b/rootdir/etc/init.tab2.rc index 5a19ad0..3278b07 100644 --- a/rootdir/etc/init.tab2.rc +++ b/rootdir/etc/init.tab2.rc @@ -1,4 +1,4 @@ -import init.espresso.usb.rc +import init.${ro.hardware}.usb.rc on init mkdir /mnt/shell/emulated 0700 shell shell |