This repository has been archived by the owner. It is now read-only.
forked from TheZoldycks/android_device_oneplus_oneplus2
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
134 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
PRODUCT_MAKEFILES := \ | ||
$(LOCAL_DIR)/device.mk \ | ||
$(LOCAL_DIR)/Android.mk \ | ||
$(LOCAL_DIR)/candy_oneplus2.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"repository" : "DirtyUnicorns/android_device_oppo_common", | ||
"target_path": "device/oppo/common", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_kernel_oneplus_msm8994", | ||
"target_path": "kernel/oneplus/msm8994", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_system_qcom", | ||
"target_path": "system/qcom", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_external_ant-wireless_ant_service", | ||
"target_path": "external/ant-wireless/ant_service", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_external_ant-wireless_ant_native", | ||
"target_path": "external/ant-wireless/ant_native", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_external_ant-wireless_antradio-library", | ||
"target_path": "external/ant-wireless/antradio-library", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_vendor_oneplus", | ||
"target_path": "vendor/oneplus", | ||
"branch" : "n7x-caf" | ||
}, | ||
{ | ||
"repository" : "DirtyUnicorns/android_vendor_qcom_binaries", | ||
"target_path": "vendor/qcom/binaries", | ||
"branch" : "n7x-caf" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 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 from those products. Most specific first. | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) | ||
|
||
# Inherit from oneplus2 device | ||
$(call inherit-product, device/oneplus/oneplus2/device.mk) | ||
|
||
# Inherit some common du stuff. | ||
$(call inherit-product, vendor/candy/config/common_full_phone.mk) | ||
|
||
PRODUCT_NAME := candy_oneplus2 | ||
PRODUCT_DEVICE := oneplus2 | ||
PRODUCT_MANUFACTURER := OnePlus | ||
PRODUCT_BRAND := OnePlus | ||
|
||
PRODUCT_GMS_CLIENTID_BASE := android-oneplus | ||
|
||
TARGET_VENDOR_PRODUCT_NAME := OnePlus2 | ||
TARGET_VENDOR_DEVICE_NAME := OnePlus2 | ||
PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=OnePlus2 PRODUCT_NAME=OnePlus2 | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
BUILD_FINGERPRINT=OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447840920:user/release-keys \ | ||
PRIVATE_BUILD_DESC="OnePlus2-user 6.0.1 MMB29M 20 dev-keys" | ||
|
||
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += ro.product.model | ||
|
||
TARGET_VENDOR := oneplus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 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 from those products. Most specific first. | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) | ||
|
||
# Inherit from oneplus2 device | ||
$(call inherit-product, device/oneplus/oneplus2/device.mk) | ||
|
||
# Inherit some common du stuff. | ||
$(call inherit-product, vendor/candy/config/common_full_phone.mk) | ||
|
||
PRODUCT_NAME := candy_oneplus2 | ||
PRODUCT_DEVICE := oneplus2 | ||
PRODUCT_MANUFACTURER := OnePlus | ||
PRODUCT_BRAND := OnePlus | ||
|
||
PRODUCT_GMS_CLIENTID_BASE := android-oneplus | ||
|
||
TARGET_VENDOR_PRODUCT_NAME := OnePlus2 | ||
TARGET_VENDOR_DEVICE_NAME := OnePlus2 | ||
PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=OnePlus2 PRODUCT_NAME=OnePlus2 | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
BUILD_FINGERPRINT=OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447840920:user/release-keys \ | ||
PRIVATE_BUILD_DESC="OnePlus2-user 6.0.1 MMB29M 20 dev-keys" | ||
|
||
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += ro.product.model | ||
|
||
TARGET_VENDOR := oneplus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
add_lunch_combo du_oneplus2-user | ||
add_lunch_combo du_oneplus2-userdebug | ||
add_lunch_combo du_oneplus2-eng | ||
add_lunch_combo candy_oneplus2-user | ||
add_lunch_combo candy_oneplus2-userdebug | ||
add_lunch_combo candy_oneplus2-eng |