diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-02-23 21:41:59 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-02-23 21:41:59 +0200 |
| commit | f4094b8b7426e9cde2f9ecbaf92c9261ce9d0f64 (patch) | |
| tree | 50457c384b2e7f4e03d87c9342ab63bdfdfe33cb | |
| parent | 7ca86eaffbc597a573dc1748737a499985043116 (diff) | |
debcaf: Switch to AICP MM
| -rw-r--r-- | aicp.dependencies | 22 | ||||
| -rw-r--r-- | cm.dependencies | 6 | ||||
| -rw-r--r-- | cm.mk | 31 |
3 files changed, 22 insertions, 37 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..e92e5bd --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,22 @@ +[ + { + "repository": "AICP/device_asus_flocaf", + "target_path": "device/asus/flocaf", + "branch": "mm6.0" + }, + { + "repository": "AICP/kernel_asus_flo", + "target_path": "kernel/asus/flo", + "branch": "mm6.0-caf" + }, + { + "repository": "AICP/proprietary_vendor_asus", + "target_path": "vendor/asus", + "branch": "mm6.0" + }, + { + "repository": "CyanogenMod/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-13.0" + } +] 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,31 +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 some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk) - -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.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/MMB29Q/2480792:user/release-keys \ - PRIVATE_BUILD_DESC="razorg-user 6.0.1 MMB29Q 2480792 release-keys" |
