aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Leboucher <erwanleboucher@gmail.com>2017-04-25 19:18:25 +0200
committerErwan Leboucher <erwanleboucher@gmail.com>2017-04-25 20:24:10 +0200
commitde866da26bd252f063338352906163d75b101ec2 (patch)
tree5a5c440cf2c2d8c4e28543c54c4536d71f8b2bd8
parent19b551efe507d5f3d7d2cf9e225f8614a560bde9 (diff)
AICPIFY axon 7
-rw-r--r--aicp.dependencies37
-rw-r--r--lineage.dependencies30
-rw-r--r--lineage.mk26
3 files changed, 37 insertions, 56 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
new file mode 100644
index 0000000..d6cb06b
--- /dev/null
+++ b/aicp.dependencies
@@ -0,0 +1,37 @@
+[
+ {
+ "repository": "LineageOS/android_device_qcom_common",
+ "target_path": "device/qcom/common",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_kernel_zte_msm8996",
+ "target_path": "kernel/zte/msm8996",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_packages_apps_FlipFlap",
+ "target_path": "packages/apps/FlipFlap",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_packages_resources_devicesettings",
+ "target_path": "packages/resources/devicesettings",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_vendor_nxp-nfc_opensource_frameworks",
+ "target_path": "vendor/nxp-nfc/opensource/frameworks",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci",
+ "target_path": "vendor/nxp-nfc/opensource/libnfc-nci",
+ "branch": "cm-14.1"
+ },
+ {
+ "repository": "LineageOS/android_vendor_nxp-nfc_opensource_Nfc",
+ "target_path": "vendor/nxp-nfc/opensource/Nfc",
+ "branch": "cm-14.1"
+ }
+]
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index eacf896..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "repository": "android_device_qcom_common",
- "target_path": "device/qcom/common"
- },
- {
- "repository": "android_kernel_zte_msm8996",
- "target_path": "kernel/zte/msm8996"
- },
- {
- "repository": "android_packages_apps_FlipFlap",
- "target_path": "packages/apps/FlipFlap"
- },
- {
- "repository": "android_packages_resources_devicesettings",
- "target_path": "packages/resources/devicesettings"
- },
- {
- "repository": "android_vendor_nxp-nfc_opensource_frameworks",
- "target_path": "vendor/nxp-nfc/opensource/frameworks"
- },
- {
- "repository": "android_vendor_nxp-nfc_opensource_libnfc-nci",
- "target_path": "vendor/nxp-nfc/opensource/libnfc-nci"
- },
- {
- "repository": "android_vendor_nxp-nfc_opensource_Nfc",
- "target_path": "vendor/nxp-nfc/opensource/Nfc"
- }
-]
diff --git a/lineage.mk b/lineage.mk
deleted file mode 100644
index d900289..0000000
--- a/lineage.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (C) 2016, The CyanogenMod Project
-# (C) 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/zte/axon7/full_axon7.mk)
-
-# Inherit some common LineageOS stuff.
-$(call inherit-product, vendor/cm/config/common_full_phone.mk)
-
-PRODUCT_NAME := lineage_axon7
-
-PRODUCT_BUILD_PROP_OVERRIDES += \
- PRODUCT_NAME="P996A01_N" \
- BUILD_FINGERPRINT="ZTE/P996A01_N/ailsa_ii:7.0/NRD90M/20170128.052618:user/release-keys" \
- PRIVATE_BUILD_DESC="P996A01_N-user 7.0 NRD90M 20170128.052618 release-keys"