diff options
| author | Ethan Chen <intervigil@gmail.com> | 2014-11-04 12:52:07 -0800 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2014-11-05 12:52:23 +0200 |
| commit | 074630e3f332638c45857658cda84afa906de39e (patch) | |
| tree | 038df25979d315987290e7159d3282f220832260 | |
| parent | 97df2da242d29e2c163fb61e6d1b5d21e3b1bd44 (diff) | |
qcom-common: Place files in correct location for realkitkat
Change-Id: Iffda1a388593c1f763b1caeceb06f0ff027d6cbd
| -rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
| -rw-r--r-- | recovery/root/init.recovery.qcom.rc (renamed from recovery/init.recovery.qcom.rc) | 0 | ||||
| -rw-r--r-- | recovery/root/sbin/postrecoveryboot.sh (renamed from recovery/sbin/postrecoveryboot.sh) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b798bdf..39afeeb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,5 +43,5 @@ COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE BOARD_USES_QCOM_HARDWARE := true # Recovery -TARGET_RECOVERY_DEVICE_DIR := device/samsung/qcom-common/recovery +TARGET_RECOVERY_DEVICE_DIRS += device/samsung/qcom-common TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888" diff --git a/recovery/init.recovery.qcom.rc b/recovery/root/init.recovery.qcom.rc index 9714ed2..9714ed2 100644 --- a/recovery/init.recovery.qcom.rc +++ b/recovery/root/init.recovery.qcom.rc diff --git a/recovery/sbin/postrecoveryboot.sh b/recovery/root/sbin/postrecoveryboot.sh index 7b15d7f..7b15d7f 100644 --- a/recovery/sbin/postrecoveryboot.sh +++ b/recovery/root/sbin/postrecoveryboot.sh |
