added fake init file for rommanager
This commit is contained in:
parent
2fe254074e
commit
7ccedad350
@ -37,7 +37,7 @@
|
||||
# These is the hardware-specific overlay, which points to the location
|
||||
# of hardware-specific resource overrides, typically the frameworks and
|
||||
# application settings that are stored in resourced.
|
||||
DEVICE_PACKAGE_OVERLAYS := device/samsung/c1-common/overlay
|
||||
DEVICE_PACKAGE_OVERLAYS += device/samsung/c1-common/overlay
|
||||
|
||||
# Libs
|
||||
PRODUCT_PACKAGES := \
|
||||
@ -63,6 +63,7 @@ PRODUCT_COPY_FILES := \
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/samsung/c1-common/init.rc:root/init.rc \
|
||||
device/samsung/c1-common/init.smdkc210.rc:root/init.smdkc210.rc \
|
||||
device/samsung/c1-common/init.smdkv310.rc:root/init.smdkv310.rc \
|
||||
device/samsung/c1-common/ueventd.smdkv310.rc:root/ueventd.smdkv310.rc
|
||||
|
||||
|
2
init.smdkc210.rc
Normal file
2
init.smdkc210.rc
Normal file
@ -0,0 +1,2 @@
|
||||
# samsung messed up at naming their board. we've fixed it.
|
||||
# use this fake file so that rommanager still recognizes our device correctly.
|
Loading…
Reference in New Issue
Block a user