vendor: change vendor to lineage
Change-Id: I2df13091f5d62b552ef434aef1a389f4fe1249e0
This commit is contained in:
committed by
Michael Bestas
parent
b0ea62a5df
commit
91f7620c4d
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define build-bootanimation
|
define build-bootanimation
|
||||||
sh vendor/cm/bootanimation/generate-bootanimation.sh \
|
sh vendor/lineage/bootanimation/generate-bootanimation.sh \
|
||||||
$(TARGET_SCREEN_WIDTH) \
|
$(TARGET_SCREEN_WIDTH) \
|
||||||
$(TARGET_SCREEN_HEIGHT) \
|
$(TARGET_SCREEN_HEIGHT) \
|
||||||
$(TARGET_BOOTANIMATION_HALF_RES)
|
$(TARGET_BOOTANIMATION_HALF_RES)
|
||||||
|
@@ -26,12 +26,12 @@ for part_cnt in 0 1 2 3 4
|
|||||||
do
|
do
|
||||||
mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part$part_cnt
|
mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part$part_cnt
|
||||||
done
|
done
|
||||||
tar xfp "vendor/cm/bootanimation/bootanimation.tar" -C "$OUT/bootanimation/"
|
tar xfp "vendor/lineage/bootanimation/bootanimation.tar" -C "$OUT/bootanimation/"
|
||||||
mogrify -resize $RESOLUTION -colors 250 "$OUT/bootanimation/"*"/"*".png"
|
mogrify -resize $RESOLUTION -colors 250 "$OUT/bootanimation/"*"/"*".png"
|
||||||
|
|
||||||
# Create desc.txt
|
# Create desc.txt
|
||||||
echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 60 > "$OUT/bootanimation/desc.txt"
|
echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 60 > "$OUT/bootanimation/desc.txt"
|
||||||
cat "vendor/cm/bootanimation/desc.txt" >> "$OUT/bootanimation/desc.txt"
|
cat "vendor/lineage/bootanimation/desc.txt" >> "$OUT/bootanimation/desc.txt"
|
||||||
|
|
||||||
# Create bootanimation.zip
|
# Create bootanimation.zip
|
||||||
cd "$OUT/bootanimation"
|
cd "$OUT/bootanimation"
|
||||||
|
@@ -18,9 +18,9 @@ INTERNAL_CM_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/cm
|
|||||||
INTERNAL_CM_PLATFORM_REMOVED_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/cm_removed.txt
|
INTERNAL_CM_PLATFORM_REMOVED_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/cm_removed.txt
|
||||||
FRAMEWORK_CM_PLATFORM_API_FILE := $(TOPDIR)vendor/cmsdk/api/cm_current.txt
|
FRAMEWORK_CM_PLATFORM_API_FILE := $(TOPDIR)vendor/cmsdk/api/cm_current.txt
|
||||||
FRAMEWORK_CM_PLATFORM_REMOVED_API_FILE := $(TOPDIR)vendor/cmsdk/api/cm_removed.txt
|
FRAMEWORK_CM_PLATFORM_REMOVED_API_FILE := $(TOPDIR)vendor/cmsdk/api/cm_removed.txt
|
||||||
FRAMEWORK_CM_API_NEEDS_UPDATE_TEXT := $(TOPDIR)vendor/cm/build/core/apicheck_msg_current.txt
|
FRAMEWORK_CM_API_NEEDS_UPDATE_TEXT := $(TOPDIR)vendor/lineage/build/core/apicheck_msg_current.txt
|
||||||
|
|
||||||
BUILD_MAVEN_PREBUILT := $(TOP)/vendor/cm/build/core/maven_artifact.mk
|
BUILD_MAVEN_PREBUILT := $(TOP)/vendor/lineage/build/core/maven_artifact.mk
|
||||||
PUBLISH_MAVEN_PREBUILT := $(TOP)/vendor/cm/build/core/maven_artifact_publish.mk
|
PUBLISH_MAVEN_PREBUILT := $(TOP)/vendor/lineage/build/core/maven_artifact_publish.mk
|
||||||
|
|
||||||
BUILD_HTTP_PREBUILT := $(TOP)/vendor/cm/build/core/http_prebuilt.mk
|
BUILD_HTTP_PREBUILT := $(TOP)/vendor/lineage/build/core/http_prebuilt.mk
|
||||||
|
@@ -25,7 +25,7 @@ ifeq ($(strip $(LOCAL_HTTP_MD5SUM)),)
|
|||||||
$(error LOCAL_HTTP_MD5SUM not defined.)
|
$(error LOCAL_HTTP_MD5SUM not defined.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PREBUILT_MODULE_ARCHIVE := vendor/cm/prebuilt/archive/$(LOCAL_MODULE)
|
PREBUILT_MODULE_ARCHIVE := vendor/lineage/prebuilt/archive/$(LOCAL_MODULE)
|
||||||
|
|
||||||
PREBUILT_MODULE_FILE := $(PREBUILT_MODULE_ARCHIVE)/$(LOCAL_HTTP_FILENAME)
|
PREBUILT_MODULE_FILE := $(PREBUILT_MODULE_ARCHIVE)/$(LOCAL_HTTP_FILENAME)
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ endef
|
|||||||
# $(1) url
|
# $(1) url
|
||||||
# $(2) file output
|
# $(2) file output
|
||||||
define download-prebuilt-module
|
define download-prebuilt-module
|
||||||
./vendor/cm/build/tasks/http_curl_prebuilt.sh $(1) $(2);
|
./vendor/lineage/build/tasks/http_curl_prebuilt.sh $(1) $(2);
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define cleanup
|
define cleanup
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Bring in Mediatek helper macros
|
# Bring in Mediatek helper macros
|
||||||
include vendor/cm/build/core/mtk_utils.mk
|
include vendor/lineage/build/core/mtk_utils.mk
|
||||||
|
|
||||||
ifeq ($(BOARD_USES_MTK_HARDWARE),true)
|
ifeq ($(BOARD_USES_MTK_HARDWARE),true)
|
||||||
mtk_flags := -DMTK_HARDWARE
|
mtk_flags := -DMTK_HARDWARE
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Target-specific configuration
|
# Target-specific configuration
|
||||||
|
|
||||||
# Bring in Qualcomm helper macros
|
# Bring in Qualcomm helper macros
|
||||||
include vendor/cm/build/core/qcom_utils.mk
|
include vendor/lineage/build/core/qcom_utils.mk
|
||||||
|
|
||||||
# Populate the qcom hardware variants in the project pathmap.
|
# Populate the qcom hardware variants in the project pathmap.
|
||||||
define ril-set-path-variant
|
define ril-set-path-variant
|
||||||
|
@@ -43,7 +43,7 @@ function breakfast()
|
|||||||
CM_DEVICES_ONLY="true"
|
CM_DEVICES_ONLY="true"
|
||||||
unset LUNCH_MENU_CHOICES
|
unset LUNCH_MENU_CHOICES
|
||||||
add_lunch_combo full-eng
|
add_lunch_combo full-eng
|
||||||
for f in `/bin/ls vendor/cm/vendorsetup.sh 2> /dev/null`
|
for f in `/bin/ls vendor/lineage/vendorsetup.sh 2> /dev/null`
|
||||||
do
|
do
|
||||||
echo "including $f"
|
echo "including $f"
|
||||||
. $f
|
. $f
|
||||||
@@ -925,7 +925,7 @@ alias cmkap='dopush cmka'
|
|||||||
|
|
||||||
function repopick() {
|
function repopick() {
|
||||||
T=$(gettop)
|
T=$(gettop)
|
||||||
$T/vendor/cm/build/tools/repopick.py $@
|
$T/vendor/lineage/build/tools/repopick.py $@
|
||||||
}
|
}
|
||||||
|
|
||||||
function fixup_common_out_dir() {
|
function fixup_common_out_dir() {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
ADDONSU_PREBUILTS_PATH := vendor/cm/addonsu/
|
ADDONSU_PREBUILTS_PATH := vendor/lineage/addonsu/
|
||||||
|
|
||||||
ADDONSU_INSTALL_OUT := $(PRODUCT_OUT)/addonsu-install/
|
ADDONSU_INSTALL_OUT := $(PRODUCT_OUT)/addonsu-install/
|
||||||
ADDONSU_INSTALL_TARGET := $(PRODUCT_OUT)/addonsu-$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(TARGET_ARCH).zip
|
ADDONSU_INSTALL_TARGET := $(PRODUCT_OUT)/addonsu-$(PRODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR)-$(TARGET_ARCH).zip
|
||||||
|
@@ -27,7 +27,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
|
|||||||
|
|
||||||
CM_ROOT="$MY_DIR"/../../..
|
CM_ROOT="$MY_DIR"/../../..
|
||||||
|
|
||||||
HELPER="$CM_ROOT"/vendor/cm/build/tools/extract_utils.sh
|
HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh
|
||||||
if [ ! -f "$HELPER" ]; then
|
if [ ! -f "$HELPER" ]; then
|
||||||
echo "Unable to find helper script at $HELPER"
|
echo "Unable to find helper script at $HELPER"
|
||||||
exit 1
|
exit 1
|
||||||
|
@@ -29,7 +29,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
|
|||||||
|
|
||||||
CM_ROOT="$MY_DIR"/../../..
|
CM_ROOT="$MY_DIR"/../../..
|
||||||
|
|
||||||
HELPER="$CM_ROOT"/vendor/cm/build/tools/extract_utils.sh
|
HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh
|
||||||
if [ ! -f "$HELPER" ]; then
|
if [ ! -f "$HELPER" ]; then
|
||||||
echo "Unable to find helper script at $HELPER"
|
echo "Unable to find helper script at $HELPER"
|
||||||
exit 1
|
exit 1
|
||||||
|
@@ -685,8 +685,8 @@ function oat2dex() {
|
|||||||
local OAT=
|
local OAT=
|
||||||
|
|
||||||
if [ -z "$BAKSMALIJAR" ] || [ -z "$SMALIJAR" ]; then
|
if [ -z "$BAKSMALIJAR" ] || [ -z "$SMALIJAR" ]; then
|
||||||
export BAKSMALIJAR="$CM_ROOT"/vendor/cm/build/tools/smali/baksmali.jar
|
export BAKSMALIJAR="$CM_ROOT"/vendor/lineage/build/tools/smali/baksmali.jar
|
||||||
export SMALIJAR="$CM_ROOT"/vendor/cm/build/tools/smali/smali.jar
|
export SMALIJAR="$CM_ROOT"/vendor/lineage/build/tools/smali/smali.jar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract existing boot.oats to the temp folder
|
# Extract existing boot.oats to the temp folder
|
||||||
@@ -837,7 +837,7 @@ function extract() {
|
|||||||
# If OTA is block based, extract it.
|
# If OTA is block based, extract it.
|
||||||
elif [ -a "$DUMPDIR"/system.new.dat ]; then
|
elif [ -a "$DUMPDIR"/system.new.dat ]; then
|
||||||
echo "Converting system.new.dat to system.img"
|
echo "Converting system.new.dat to system.img"
|
||||||
python "$CM_ROOT"/vendor/cm/build/tools/sdat2img.py "$DUMPDIR"/system.transfer.list "$DUMPDIR"/system.new.dat "$DUMPDIR"/system.img 2>&1
|
python "$CM_ROOT"/vendor/lineage/build/tools/sdat2img.py "$DUMPDIR"/system.transfer.list "$DUMPDIR"/system.new.dat "$DUMPDIR"/system.img 2>&1
|
||||||
rm -rf "$DUMPDIR"/system.new.dat "$DUMPDIR"/system
|
rm -rf "$DUMPDIR"/system.new.dat "$DUMPDIR"/system
|
||||||
mkdir "$DUMPDIR"/system "$DUMPDIR"/tmp
|
mkdir "$DUMPDIR"/system "$DUMPDIR"/tmp
|
||||||
echo "Requesting sudo access to mount the system.img"
|
echo "Requesting sudo access to mount the system.img"
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
# CyanogenMod Audio Files
|
# CyanogenMod Audio Files
|
||||||
#
|
#
|
||||||
|
|
||||||
ALARM_PATH := vendor/cm/prebuilt/common/media/audio/alarms
|
ALARM_PATH := vendor/lineage/prebuilt/common/media/audio/alarms
|
||||||
NOTIFICATION_PATH := vendor/cm/prebuilt/common/media/audio/notifications
|
NOTIFICATION_PATH := vendor/lineage/prebuilt/common/media/audio/notifications
|
||||||
RINGTONE_PATH := vendor/cm/prebuilt/common/media/audio/ringtones
|
RINGTONE_PATH := vendor/lineage/prebuilt/common/media/audio/ringtones
|
||||||
UI_PATH := vendor/cm/prebuilt/common/media/audio/ui
|
UI_PATH := vendor/lineage/prebuilt/common/media/audio/ui
|
||||||
|
|
||||||
# Alarms
|
# Alarms
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
# Permissions for cmsdk services
|
# Permissions for cmsdk services
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.appsuggest.xml:system/etc/permissions/org.cyanogenmod.appsuggest.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.appsuggest.xml:system/etc/permissions/org.cyanogenmod.appsuggest.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.audio.xml:system/etc/permissions/org.cyanogenmod.audio.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.audio.xml:system/etc/permissions/org.cyanogenmod.audio.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.livedisplay.xml:system/etc/permissions/org.cyanogenmod.livedisplay.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.livedisplay.xml:system/etc/permissions/org.cyanogenmod.livedisplay.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.livelockscreen.xml:system/etc/permissions/org.cyanogenmod.livelockscreen.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.livelockscreen.xml:system/etc/permissions/org.cyanogenmod.livelockscreen.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.partner.xml:system/etc/permissions/org.cyanogenmod.partner.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.partner.xml:system/etc/permissions/org.cyanogenmod.partner.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.performance.xml:system/etc/permissions/org.cyanogenmod.performance.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.performance.xml:system/etc/permissions/org.cyanogenmod.performance.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.profiles.xml:system/etc/permissions/org.cyanogenmod.profiles.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.profiles.xml:system/etc/permissions/org.cyanogenmod.profiles.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.statusbar.xml:system/etc/permissions/org.cyanogenmod.statusbar.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.statusbar.xml:system/etc/permissions/org.cyanogenmod.statusbar.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.telephony.xml:system/etc/permissions/org.cyanogenmod.telephony.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.telephony.xml:system/etc/permissions/org.cyanogenmod.telephony.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml \
|
||||||
vendor/cm/config/permissions/org.cyanogenmod.weather.xml:system/etc/permissions/org.cyanogenmod.weather.xml
|
vendor/lineage/config/permissions/org.cyanogenmod.weather.xml:system/etc/permissions/org.cyanogenmod.weather.xml
|
||||||
|
|
||||||
# CM Platform Library
|
# CM Platform Library
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -33,41 +33,41 @@ endif
|
|||||||
|
|
||||||
# Copy over the changelog to the device
|
# Copy over the changelog to the device
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt
|
vendor/lineage/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt
|
||||||
|
|
||||||
# Backup Tool
|
# Backup Tool
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
|
vendor/lineage/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \
|
||||||
vendor/cm/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
|
vendor/lineage/prebuilt/common/bin/backuptool.functions:install/bin/backuptool.functions \
|
||||||
vendor/cm/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \
|
vendor/lineage/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \
|
||||||
vendor/cm/prebuilt/common/bin/blacklist:system/addon.d/blacklist
|
vendor/lineage/prebuilt/common/bin/blacklist:system/addon.d/blacklist
|
||||||
|
|
||||||
# Backup Services whitelist
|
# Backup Services whitelist
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/config/permissions/backup.xml:system/etc/sysconfig/backup.xml
|
vendor/lineage/config/permissions/backup.xml:system/etc/sysconfig/backup.xml
|
||||||
|
|
||||||
# Signature compatibility validation
|
# Signature compatibility validation
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/bin/otasigcheck.sh:install/bin/otasigcheck.sh
|
vendor/lineage/prebuilt/common/bin/otasigcheck.sh:install/bin/otasigcheck.sh
|
||||||
|
|
||||||
# init.d support
|
# init.d support
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
|
vendor/lineage/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
|
||||||
vendor/cm/prebuilt/common/bin/sysinit:system/bin/sysinit
|
vendor/lineage/prebuilt/common/bin/sysinit:system/bin/sysinit
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||||
# userinit support
|
# userinit support
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
|
vendor/lineage/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# CM-specific init file
|
# CM-specific init file
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/init.local.rc:root/init.cm.rc
|
vendor/lineage/prebuilt/common/etc/init.local.rc:root/init.cm.rc
|
||||||
|
|
||||||
# Copy over added mimetype supported in libcore.net.MimeUtils
|
# Copy over added mimetype supported in libcore.net.MimeUtils
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/lib/content-types.properties:system/lib/content-types.properties
|
vendor/lineage/prebuilt/common/lib/content-types.properties:system/lib/content-types.properties
|
||||||
|
|
||||||
# Enable SIP+VoIP on all targets
|
# Enable SIP+VoIP on all targets
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
@@ -79,22 +79,22 @@ PRODUCT_COPY_FILES += \
|
|||||||
|
|
||||||
# This is CM!
|
# This is CM!
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml
|
vendor/lineage/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml
|
||||||
|
|
||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/lineage/config/cm_audio.mk
|
||||||
|
|
||||||
# Theme engine
|
# Theme engine
|
||||||
include vendor/cm/config/themes_common.mk
|
include vendor/lineage/config/themes_common.mk
|
||||||
|
|
||||||
ifneq ($(TARGET_DISABLE_CMSDK), true)
|
ifneq ($(TARGET_DISABLE_CMSDK), true)
|
||||||
# CMSDK
|
# CMSDK
|
||||||
include vendor/cm/config/cmsdk_common.mk
|
include vendor/lineage/config/cmsdk_common.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# TWRP
|
# TWRP
|
||||||
ifeq ($(WITH_TWRP),true)
|
ifeq ($(WITH_TWRP),true)
|
||||||
include vendor/cm/config/twrp.mk
|
include vendor/lineage/config/twrp.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Bootanimation
|
# Bootanimation
|
||||||
@@ -235,7 +235,7 @@ PRODUCT_PACKAGES += \
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += vendor/cm/overlay/common
|
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common
|
||||||
|
|
||||||
PRODUCT_VERSION_MAJOR = 14
|
PRODUCT_VERSION_MAJOR = 14
|
||||||
PRODUCT_VERSION_MINOR = 1
|
PRODUCT_VERSION_MINOR = 1
|
||||||
@@ -324,7 +324,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
ro.cmlegal.url=https://lineageos.org/legal
|
ro.cmlegal.url=https://lineageos.org/legal
|
||||||
|
|
||||||
PRODUCT_EXTRA_RECOVERY_KEYS += \
|
PRODUCT_EXTRA_RECOVERY_KEYS += \
|
||||||
vendor/cm/build/target/product/security/lineage
|
vendor/lineage/build/target/product/security/lineage
|
||||||
|
|
||||||
-include vendor/cm-priv/keys/keys.mk
|
-include vendor/cm-priv/keys/keys.mk
|
||||||
|
|
||||||
@@ -357,7 +357,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
ro.cm.display.version=$(CM_DISPLAY_VERSION)
|
ro.cm.display.version=$(CM_DISPLAY_VERSION)
|
||||||
|
|
||||||
-include $(WORKSPACE)/build_env/image-auto-bits.mk
|
-include $(WORKSPACE)/build_env/image-auto-bits.mk
|
||||||
-include vendor/cm/config/partner_gms.mk
|
-include vendor/lineage/config/partner_gms.mk
|
||||||
-include vendor/cyngn/product.mk
|
-include vendor/cyngn/product.mk
|
||||||
|
|
||||||
$(call prepend-product-if-exists, vendor/extra/product.mk)
|
$(call prepend-product-if-exists, vendor/extra/product.mk)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common.mk)
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
||||||
|
|
||||||
PRODUCT_SIZE := full
|
PRODUCT_SIZE := full
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||||
|
|
||||||
# Required CM packages
|
# Required CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include CM LatinIME dictionaries
|
# Include CM LatinIME dictionaries
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
||||||
|
|
||||||
$(call inherit-product, vendor/cm/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||||
|
|
||||||
# Required CM packages
|
# Required CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include CM LatinIME dictionaries
|
# Include CM LatinIME dictionaries
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
||||||
|
|
||||||
PRODUCT_PACKAGES += TvSettings
|
PRODUCT_PACKAGES += TvSettings
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common.mk)
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
||||||
|
|
||||||
PRODUCT_SIZE := mini
|
PRODUCT_SIZE := mini
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
$(call inherit-product, vendor/cm/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
||||||
|
|
||||||
# Required CM packages
|
# Required CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
$(call inherit-product, vendor/cm/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
||||||
|
|
||||||
# Required CM packages
|
# Required CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini.mk)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# World APN list
|
# World APN list
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
vendor/lineage/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
||||||
|
|
||||||
# Telephony packages
|
# Telephony packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
# Sensitive Phone Numbers list
|
# Sensitive Phone Numbers list
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/sensitive_pn.xml:system/etc/sensitive_pn.xml
|
vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:system/etc/sensitive_pn.xml
|
||||||
|
|
||||||
# World APN list
|
# World APN list
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
vendor/lineage/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
||||||
|
|
||||||
# Telephony packages
|
# Telephony packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
BOARD_SEPOLICY_DIRS += \
|
BOARD_SEPOLICY_DIRS += \
|
||||||
vendor/cm/sepolicy/qcom
|
vendor/lineage/sepolicy/qcom
|
||||||
|
@@ -4,4 +4,4 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
BOARD_SEPOLICY_DIRS += \
|
BOARD_SEPOLICY_DIRS += \
|
||||||
vendor/cm/sepolicy
|
vendor/lineage/sepolicy
|
||||||
|
Reference in New Issue
Block a user