diff options
-rw-r--r-- | BoardConfig.mk | 1 | ||||
-rw-r--r-- | recovery/Android.mk | 2 | ||||
-rw-r--r-- | ueventd.tuna.rc | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7fa3d44..6df76b3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,6 +24,7 @@ USE_CAMERA_STUB := true TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true +TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon ARCH_ARM_HAVE_TLS_REGISTER := true diff --git a/recovery/Android.mk b/recovery/Android.mk index 770feee..72cd80e 100644 --- a/recovery/Android.mk +++ b/recovery/Android.mk @@ -1,4 +1,4 @@ -ifneq (,$(findstring $(TARGET_DEVICE),tuna toro torospr maguro)) +ifneq (,$(findstring $(TARGET_DEVICE),tuna toro toroplus maguro)) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) diff --git a/ueventd.tuna.rc b/ueventd.tuna.rc index 23cd5ab..00a8e37 100644 --- a/ueventd.tuna.rc +++ b/ueventd.tuna.rc @@ -44,3 +44,6 @@ /dev/modem_br 0660 radio radio /dev/cdma_ramdump0 0660 radio radio /dev/lte_ramdump0 0660 radio radio + +#for cp log +/dev/cdma_cplog 0660 radio radio |