-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c0be39
commit 06629c7
Showing
91 changed files
with
47 additions
and
3,617 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 |
---|---|---|
|
@@ -5,7 +5,4 @@ | |
// | ||
|
||
soong_namespace { | ||
imports: [ | ||
"hardware/xiaomi", | ||
], | ||
} |
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
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 |
---|---|---|
|
@@ -14,23 +14,22 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) | |
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) | ||
|
||
# Get non-open-source specific aspects | ||
$(call inherit-product, vendor/xiaomi/gauguin/gauguin-vendor.mk) | ||
$(call inherit-product, vendor/nokia/BGT_sprout/BGT_sprout-vendor.mk) | ||
|
||
# Overlays | ||
PRODUCT_PACKAGES += \ | ||
CarrierConfigOverlayGauguin \ | ||
FrameworkResOverlayGauguin \ | ||
SettingsOverlayGauguin \ | ||
CarrierConfigOverlayBGT_sprout \ | ||
FrameworkResOverlayBGT_sprout \ | ||
SettingsOverlayBGT_sprout \ | ||
SettingsOverlayM2007J17C \ | ||
SettingsOverlayM2007J17G \ | ||
SettingsOverlayM2007J17I \ | ||
SystemUIOverlayGauguin \ | ||
TelephonyOverlayGauguin \ | ||
SystemUIOverlayBGT_sprout \ | ||
TelephonyOverlayBGT_sprout \ | ||
|
||
# Soong namespaces | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
$(LOCAL_PATH) \ | ||
hardware/xiaomi | ||
$(LOCAL_PATH) | ||
|
||
# Boot animation | ||
TARGET_SCREEN_HEIGHT := 2400 | ||
|
@@ -198,10 +197,6 @@ PRODUCT_PACKAGES += \ | |
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
||
# Fingerprint | ||
PRODUCT_PACKAGES += \ | ||
[email protected]_gauguin | ||
|
||
# Fastbootd | ||
PRODUCT_PACKAGES += \ | ||
fastbootd | ||
|
@@ -259,7 +254,6 @@ PRODUCT_PACKAGES += \ | |
init.qcom.usb.sh \ | ||
init.recovery.qcom.rc \ | ||
init.target.rc \ | ||
init.xiaomi.rc \ | ||
ueventd.qcom.rc | ||
|
||
# IPACM | ||
|
@@ -286,10 +280,6 @@ PRODUCT_COPY_FILES += \ | |
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
||
# Lights | ||
PRODUCT_PACKAGES += \ | ||
[email protected]_gauguin | ||
|
||
# LiveDisplay | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
@@ -374,10 +364,6 @@ PRODUCT_PACKAGES += \ | |
libOmxVenc \ | ||
libstagefrighthw | ||
|
||
# Parts | ||
PRODUCT_PACKAGES += \ | ||
XiaomiParts | ||
|
||
# Perf | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
@@ -460,7 +446,7 @@ PRODUCT_PACKAGES += \ | |
|
||
# Vibrator | ||
PRODUCT_PACKAGES += \ | ||
vendor.qti.hardware.vibrator.service.xiaomi_gauguin | ||
vendor.qti.hardware.vibrator.service | ||
|
||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/vibrator/etc/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
set -e | ||
|
||
DEVICE=gauguin | ||
VENDOR=xiaomi | ||
DEVICE=BGT_sprout | ||
VENDOR=nokia | ||
|
||
# Load extract_utils and do some sanity checks | ||
MY_DIR="${BASH_SOURCE%/*}" | ||
|
@@ -53,21 +53,6 @@ if [ -z "${SRC}" ]; then | |
SRC="adb" | ||
fi | ||
|
||
function blob_fixup() { | ||
case "${1}" in | ||
vendor/lib64/[email protected]) | ||
hexdump -ve '1/1 "%.2X"' "${2}" | sed "s/210080529A0A0094/210080521F2003D5/g" | xxd -r -p > "${EXTRACT_TMP_DIR}/${1##*/}" | ||
mv "${EXTRACT_TMP_DIR}/${1##*/}" "${2}" | ||
;; | ||
vendor/lib64/camera/components/com.mi.node.watermark.so) | ||
"${PATCHELF}" --add-needed "libpiex_shim.so" "${2}" | ||
;; | ||
vendor/lib64/camera/components/com.mi.node.superlowlightraw.so) | ||
"${PATCHELF}" --add-needed "libweakcount_shim.so" "${2}" | ||
;; | ||
esac | ||
} | ||
|
||
# Initialize the helper | ||
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.