diff options
| -rw-r--r-- | AndroidProducts.mk | 2 | ||||
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | README.mkdn | 1 | ||||
| -rw-r--r-- | aicp.dependencies | 27 | ||||
| -rw-r--r-- | device.mk | 8 | ||||
| -rw-r--r-- | full_Z00ED.mk | 27 | ||||
| -rw-r--r-- | lineage.dependencies | 2 | ||||
| -rw-r--r-- | system.prop | 12 |
8 files changed, 39 insertions, 43 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 9369ee6..19ff17e 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -14,4 +14,4 @@ # limitations under the License. PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/full_Z00ED.mk + $(LOCAL_DIR)/device.mk diff --git a/BoardConfig.mk b/BoardConfig.mk index 54efa1d..eae9bd0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,9 +27,6 @@ TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt # Kernel TARGET_KERNEL_CONFIG := ze500kl-custom_defconfig -# Properties -TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop - TARGET_INIT_VENDOR_LIB := libinit_msm8916 TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8916 diff --git a/README.mkdn b/README.mkdn index 2f8fc59..0f609ed 100644 --- a/README.mkdn +++ b/README.mkdn @@ -17,4 +17,3 @@ Display | 720 x 1280 pixels, 5.5 inches (~267 ppi pixel density) | 720 x 1280 pixels, 6.0 inches (~245 ppi pixel density) Camera | 13 MP, laser autofocus, dual-LED (dual tone) flash -Copyright 2016 - The CyanogenMod Project. diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..4a2375f --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,27 @@ +[ + { + "repository": "AICP/device_asus_msm8916-common", + "target_path": "device/asus/msm8916-common", + "branch": "n7.1" + }, + { + "repository": "AICP/kernel_asus_msm8916", + "target_path": "kernel/asus/msm8916", + "branch": "n7.1" + }, + { + "repository": "LineageOS/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-14.1" + }, + { + "repository": "LineageOS/android_device_qcom_common", + "target_path": "device/qcom/common", + "branch": "cm-14.1" + }, + { + "repository": "AICP/proprietary_vendor_asus", + "target_path": "vendor/asus", + "branch": "n7.1" + } +] @@ -21,15 +21,15 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) # Overlay DEVICE_PACKAGE_OVERLAYS += device/asus/Z00ED/overlay + +PRODUCT_PROPERTY_OVERRIDES += \ + ro.sf.lcd_density=320 + ro.min_freq_0=400000 # Screen density PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi -# Boot animation -TARGET_SCREEN_HEIGHT := 1280 -TARGET_SCREEN_WIDTH := 720 - # Inherit from msm8916-common $(call inherit-product, device/asus/msm8916-common/msm8916.mk) diff --git a/full_Z00ED.mk b/full_Z00ED.mk deleted file mode 100644 index 68edec9..0000000 --- a/full_Z00ED.mk +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright (C) 2016 The CyanogenMod Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# Inherit from Z00ED device -$(call inherit-product, device/asus/Z00ED/device.mk) - -# Device identifier. This must come after all inclusions -PRODUCT_NAME := full_Z00ED -PRODUCT_DEVICE := Z00ED -PRODUCT_BRAND := asus -PRODUCT_MODEL := Zenfone 2 Laser -PRODUCT_MANUFACTURER := asus - -PRODUCT_GMS_CLIENTID_BASE := android-asus diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index 0d4f101..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,2 +0,0 @@ -[ -] diff --git a/system.prop b/system.prop index cbc6db6..0588b58 100644 --- a/system.prop +++ b/system.prop @@ -1,5 +1,7 @@ -# Display -ro.sf.lcd_density=320 - -# Set min freq -ro.min_freq_0=400000 +# Hardware Info +ro.device.chipset=Qualcomm MSM8916 Snapdragon 410/Qualcomm MSM8939 Snapdragon 615 +ro.device.cpu=Quad-core 1.2 GHz Cortex-A53/Quad-core 1.7 GHz Cortex-A53 & quad-core 1.0 GHz Cortex-A53 +ro.device.gpu=Adreno 405 +ro.device.rear_cam=13 MP +ro.device.front_cam=5 MP +ro.device.screen_res=720x1280 |
