-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: MasterAwesome <[email protected]>
- Loading branch information
1 parent
23e022e
commit 9521dc3
Showing
8 changed files
with
137 additions
and
130 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
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
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 |
---|---|---|
|
@@ -18,8 +18,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) | |
|
||
# Overlay | ||
DEVICE_PACKAGE_OVERLAYS += \ | ||
$(LOCAL_PATH)/overlay \ | ||
$(LOCAL_PATH)/overlay-lineage | ||
$(LOCAL_PATH)/overlay | ||
|
||
# These are the hardware-specific features | ||
PRODUCT_COPY_FILES += \ | ||
|
@@ -32,7 +31,6 @@ PRODUCT_COPY_FILES += \ | |
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \ | ||
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \ | ||
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \ | ||
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml \ | ||
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \ | ||
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \ | ||
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \ | ||
|
@@ -49,6 +47,7 @@ PRODUCT_COPY_FILES += \ | |
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ | ||
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \ | ||
frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \ | ||
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml \ | ||
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ | ||
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ | ||
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \ | ||
|
@@ -61,11 +60,6 @@ PRODUCT_COPY_FILES += \ | |
PRODUCT_AAPT_PREF_CONFIG := xxhdpi | ||
PRODUCT_AAPT_CONFIG := normal | ||
|
||
# HIDL | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
# Audio | ||
PRODUCT_PACKAGES += \ | ||
audio.primary.msm8953 \ | ||
|
@@ -92,7 +86,6 @@ PRODUCT_COPY_FILES += \ | |
$(LOCAL_PATH)/audio/audio_effects.conf:system/vendor/etc/audio_effects.conf \ | ||
$(LOCAL_PATH)/audio/audio_policy.conf:system/vendor/etc/audio_policy.conf \ | ||
$(LOCAL_PATH)/audio/audio_output_policy.conf:system/vendor/etc/audio_output_policy.conf \ | ||
$(LOCAL_PATH)/audio/audio_platform_info_extcodec.xml:system/vendor/etc/audio_platform_info_extcodec.xml \ | ||
$(LOCAL_PATH)/audio/mixer_paths.xml:system/vendor/etc/mixer_paths.xml \ | ||
$(LOCAL_PATH)/audio/audio_ext_spkr.conf:system/vendor/etc/audio_ext_spkr.conf \ | ||
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/vendor/etc/audio_platform_info.xml \ | ||
|
@@ -101,14 +94,13 @@ PRODUCT_COPY_FILES += \ | |
|
||
# Bluetooth | ||
PRODUCT_PACKAGES += \ | ||
libbt-vendor \ | ||
[email protected] \ | ||
[email protected] | ||
libbt-vendor | ||
|
||
# Camera | ||
PRODUCT_PACKAGES += \ | ||
libbson \ | ||
Snap \ | ||
Camera2 \ | ||
libgui_vendor \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] \ | ||
|
@@ -155,6 +147,10 @@ PRODUCT_PACKAGES += \ | |
[email protected] \ | ||
[email protected]_vendor | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
PRODUCT_PACKAGES += android.hardware.media.omx | ||
|
||
# RenderScript HAL | ||
|
@@ -197,15 +193,15 @@ PRODUCT_PACKAGES += \ | |
PRODUCT_PACKAGES += \ | ||
libgnss \ | ||
libgnsspps \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] | ||
[email protected] \ | ||
[email protected] \ | ||
libqsap_sdk \ | ||
libqsap_shim | ||
|
||
# health | ||
# Healthd | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
[email protected] | ||
[email protected] \ | ||
[email protected] | ||
|
||
# IRSC | ||
PRODUCT_COPY_FILES += \ | ||
|
@@ -264,8 +260,8 @@ PRODUCT_COPY_FILES += \ | |
frameworks/base/nfc-extras/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml | ||
|
||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/configs/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \ | ||
$(LOCAL_PATH)/configs/libnfc-nxp.conf:system/etc/libnfc-nxp.conf | ||
$(LOCAL_PATH)/configs/libnfc-nci.conf:system/vendor/etc/libnfc-nci.conf \ | ||
$(LOCAL_PATH)/configs/libnfc-nxp.conf:system/vendor/etc/libnfc-nxp.conf | ||
|
||
# Netutils | ||
PRODUCT_PACKAGES += \ | ||
|
@@ -275,14 +271,13 @@ PRODUCT_PACKAGES += \ | |
libandroid_net_32 | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
libnfc \ | ||
libnfc_jni \ | ||
nfc_nci.msm8953 \ | ||
NfcNci \ | ||
SecureElement \ | ||
Tag \ | ||
TagGoogle \ | ||
com.android.nfc_extras \ | ||
[email protected] | ||
com.android.nfc_extras | ||
|
||
# OMX | ||
PRODUCT_PACKAGES += \ | ||
|
@@ -317,7 +312,9 @@ PRODUCT_PACKAGES += \ | |
init.mmi.rc \ | ||
init.mmi.usb.rc \ | ||
init.qcom.rc \ | ||
ueventd.qcom.rc | ||
|
||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/rootdir/etc/ueventd.qcom.rc:system/vendor/ueventd.rc | ||
|
||
# Powerhint configuration file | ||
PRODUCT_COPY_FILES += \ | ||
|
@@ -358,8 +355,7 @@ PRODUCT_COPY_FILES += \ | |
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected]_32 \ | ||
sensorservice_32 | ||
[email protected] | ||
|
||
# Shims | ||
PRODUCT_PACKAGES += \ | ||
|
@@ -369,9 +365,9 @@ PRODUCT_PACKAGES += \ | |
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/configs/thermal-engine-sanders.conf:system/vendor/etc/thermal-engine.conf | ||
|
||
# USB HAL | ||
# USB | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
[email protected].sanders | ||
|
||
# Vibrator | ||
PRODUCT_PACKAGES += \ | ||
|
@@ -422,6 +418,11 @@ PRODUCT_COPY_FILES += \ | |
$(LOCAL_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \ | ||
$(LOCAL_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/prima/WCNSS_qcom_cfg.ini | ||
|
||
# TEMP FIX | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 | ||
|
||
PRODUCT_GMS_CLIENTID_BASE := android-motorola | ||
|
This file was deleted.
Oops, something went wrong.
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,22 +1,16 @@ | ||
[ | ||
{ | ||
"repository": "MasterAwesome/android_device_motorola_sanders", | ||
"target_path": "device/motorola/sanders", | ||
"branch": "lineage-15.1" | ||
}, | ||
{ | ||
"repository": "MasterAwesome/proprietary_vendor_motorola_sanders", | ||
"repository": "BigTopKrazies/vendor_motorola_sanders", | ||
"target_path": "vendor/motorola/sanders", | ||
"branch": "lineage-15.1" | ||
"branch": "9.0" | ||
}, | ||
{ | ||
"repository": "GZR-Kernels/kernel_motorola_msm8953_sanders", | ||
"target_path": "kernel/motorola/msm8953", | ||
"branch": "8.1-ods" | ||
"branch": "9.0" | ||
}, | ||
{ | ||
"repository": "LineageOS/android_packages_resources_devicesettings", | ||
"target_path": "packages/resources/devicesettings", | ||
"branch": "lineage-15.0" | ||
"repository": "android_packages_resources_devicesettings", | ||
"target_path": "packages/resources/devicesettings" | ||
} | ||
] |
Oops, something went wrong.