aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVatsal <koradiavatsal@gmail.com>2017-01-22 19:48:59 +0530
committerVatsal <koradiavatsal@gmail.com>2017-01-22 19:48:59 +0530
commite983ada654c93a27fd9c269e80f039586d73a6bb (patch)
treee731412ccd431948e35eb88d0dcc39580549d697
parent7b92ec3634e53dece3c2d47237a5d554f971fcf8 (diff)
AICP'fy
-rw-r--r--aicp.dependencies27
-rw-r--r--lineage.dependencies6
-rw-r--r--lineage.mk39
3 files changed, 27 insertions, 45 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..1200df9
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,27 @@
+[
+ {
+ "repository": "LineageOS/android_device_xiaomi_msm8956-common",
+ "target_path": "device/xiaomi/msm8956-common",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_device_qcom_common",
+ "target_path": "device/qcom/common",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "TheMuppets/proprietary_vendor_xiaomi",
+ "target_path": "vendor/xiaomi",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_kernel_xiaomi_msm8956",
+ "target_path": "kernel/xiaomi/msm8956",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_packages_resources_devicesettings",
+ "target_path": "packages/resources/devicesettings",
+ "branch": "cm-14.1"
+ }
+]
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index fb01359..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_device_xiaomi_msm8956-common",
- "target_path": "device/xiaomi/msm8956-common"
- }
-]
diff --git a/lineage.mk b/lineage.mk
deleted file mode 100644
index 6e5aa24..0000000
--- a/lineage.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Copyright 2016 The CyanogenMod Project
-# Copyright 2017 The LineageOS 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.
-#
-
-$(call inherit-product, device/xiaomi/hydrogen/full_hydrogen.mk)
-
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/common_full_phone.mk)
-
-# Set those variables here to overwrite the inherited values.
-BOARD_VENDOR := Xiaomi
-PRODUCT_BRAND := Xiaomi
-PRODUCT_DEVICE := hydrogen
-PRODUCT_NAME := lineage_hydrogen
-PRODUCT_MANUFACTURER := Xiaomi
-PRODUCT_MODEL := Mi Max
-TARGET_VENDOR := Xiaomi
-
-PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
-
-# Use the latest approved GMS identifiers unless running a signed build
-ifneq ($(SIGN_BUILD),true)
-PRODUCT_BUILD_PROP_OVERRIDES += \
- BUILD_FINGERPRINT=Xiaomi/hydrogen/hydrogen:7.0/NRD90M/6.12.30:user/release-keys \
- PRIVATE_BUILD_DESC="hydrogen-user 7.0 NRD90M 6.12.30 release-keys"
-endif