aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2016-02-09 14:08:37 +0200
committerdoc HD <doc.divxm@gmail.com>2016-02-09 14:08:37 +0200
commit1cd02627d4dcda3478d637d9ac097192ad615113 (patch)
treed8183fc97ed388b2f20bab7087884af3b2d3767e
parent3e46d7153f644562f3dea00303857be16db8a15f (diff)
Z008: Switch to AICP
-rw-r--r--aicp.dependencies22
-rw-r--r--cm.dependencies6
-rw-r--r--cm.mk27
-rwxr-xr-xvendorsetup.sh18
4 files changed, 22 insertions, 51 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..e25313c
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,22 @@
+[
+ {
+ "repository": "CyanogenMod/android_device_asus_mofd-common",
+ "target_path": "device/asus/mofd-common",
+ "branch": "cm-13.0"
+ },
+ {
+ "repository": "CyanogenMod/android_kernel_asus_moorefield",
+ "target_path": "kernel/asus/moorefield",
+ "branch": "cm-13.0"
+ },
+ {
+ "repository": "CyanogenMod/android_external_stlport",
+ "target_path": "external/stlport",
+ "branch": "cm-13.0"
+ },
+ {
+ "repository": "AICP/proprietary_vendor_asus",
+ "target_path": "vendor/asus",
+ "branch": "mm6.0"
+ }
+]
diff --git a/cm.dependencies b/cm.dependencies
deleted file mode 100644
index be00683..0000000
--- a/cm.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_device_asus_mofd-common",
- "target_path": "device/asus/mofd-common"
- }
-]
diff --git a/cm.mk b/cm.mk
deleted file mode 100644
index d9e7e70..0000000
--- a/cm.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# Boot animation
-TARGET_SCREEN_HEIGHT := 720
-TARGET_SCREEN_WIDTH := 1280
-
-# Inherit some common CM stuff.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
-
-$(call inherit-product, vendor/cm/config/common_full_phone.mk)
-
-# Inherit device configuration
-$(call inherit-product, device/asus/Z008/device.mk)
-
-DEVICE_PACKAGE_OVERLAYS += device/asus/Z008/overlay
-
-PRODUCT_RUNTIMES := runtime_libart_default
-
-## Device identifier. This must come after all inclusions
-PRODUCT_NAME := cm_Z008
-PRODUCT_BRAND := asus
-PRODUCT_MODEL := ASUS_Z008
-PRODUCT_MANUFACTURER := asus
-PRODUCT_DEVICE := Z008
-
-PRODUCT_BUILD_PROP_OVERRIDES += \
- PRODUCT_NAME=WW_Z008 \
- BUILD_FINGERPRINT=asus/WW_Z008/Z008:5.0/LRX21V/2.20.40.138_20160107_6192_user:user/release-keys \
- PRIVATE_BUILD_DESC="asusmofd_hd-user 5.0 LRX21V 2.20.40.138_20160107_6192_user release-keys"
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100755
index c0debfa..0000000
--- a/vendorsetup.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright 2013 The Android Open Source 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.
-#
-
-add_lunch_combo cm_Z008-userdebug
-add_lunch_combo cm_Z008-eng