diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-11-26 12:38:20 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-11-26 12:38:20 +0300 |
| commit | 64c4df5ddb0750da9fe1711e4c9fc0952b942c61 (patch) | |
| tree | 69666221ef69f894b1a30f5e7cf39b40d23785dc | |
| parent | 3359c6fb3c0d56c45ef7da053ea5c0eb01ffcb58 (diff) | |
deb: Switch to AICP
Change-Id: I477dd53b78a460bf850a3f6a5fac723fb79efcea
| -rw-r--r-- | aicp.dependencies | 22 | ||||
| -rw-r--r-- | cm.dependencies | 6 | ||||
| -rw-r--r-- | cm.mk | 26 |
3 files changed, 22 insertions, 32 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..a94e980 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,22 @@ +[ + { + "repository": "AICP/device_asus_flo", + "target_path": "device/asus/flo", + "branch": "n7.1" + }, + { + "repository": "CyanogenMod/android_kernel_google_msm", + "target_path": "kernel/google/msm", + "branch": "cm-14.1" + }, + { + "repository": "AICP/proprietary_vendor_asus", + "target_path": "vendor/asus", + "branch": "n7.1" + }, + { + "repository": "CyanogenMod/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-14.1" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index ede7dda..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_asus_flo", - "target_path": "device/asus/flo" - } -] @@ -1,26 +0,0 @@ - -# Boot animation -TARGET_SCREEN_HEIGHT := 1920 -TARGET_SCREEN_WIDTH := 1200 -TARGET_BOOTANIMATION_HALF_RES := true - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_mini_tablet_wifionly.mk) - -# Inherit telephony stuff -$(call inherit-product, vendor/cm/config/telephony.mk) - -# Inherit device configuration -$(call inherit-product, device/asus/deb/full_deb.mk) - -## Device identifier. This must come after all inclusions -PRODUCT_DEVICE := deb -PRODUCT_NAME := cm_deb -PRODUCT_BRAND := google -PRODUCT_MODEL := Nexus 7 -PRODUCT_MANUFACTURER := asus - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_NAME=razorg \ - BUILD_FINGERPRINT=google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys \ - PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys" |
