This repository was archived by the owner on Jan 8, 2025. It is now read-only.
forked from omnirom/android_device_huawei_angler
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
5 changed files
with
34 additions
and
2 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 |
---|---|---|
|
@@ -15,4 +15,5 @@ | |
# | ||
|
||
PRODUCT_MAKEFILES := \ | ||
$(LOCAL_DIR)/aosp_angler.mk | ||
$(LOCAL_DIR)/aosp_angler.mk \ | ||
$(LOCAL_DIR)/omni_angler.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,8 @@ | ||
[ | ||
{ | ||
"remote": "omnirom", | ||
"repository": "android_kernel_huawei_angler", | ||
"target_path": "kernel/huawei/angler", | ||
"revision": "android-7.0" | ||
} | ||
] |
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,22 @@ | ||
# Inherit base AOSP device configuration | ||
$(call inherit-product, device/huawei/angler/aosp_angler.mk) | ||
|
||
# Inherit APNs list | ||
$(call inherit-product, vendor/omni/config/gsm.mk) | ||
|
||
# Inherit from our custom product configuration | ||
$(call inherit-product, vendor/omni/config/common.mk) | ||
|
||
# Bootanimation | ||
TARGET_BOOTANIMATION_SIZE := 1080x720 | ||
|
||
# Override product naming for Omni | ||
PRODUCT_NAME := omni_angler | ||
PRODUCT_BRAND := google | ||
PRODUCT_MODEL := Nexus 6p | ||
PRODUCT_MANUFACTURER := HUAWEI | ||
PRODUCT_RESTRICT_VENDOR_FILES := false | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
BUILD_FINGERPRINT="google/angler/angler:7.0/NRD90M/3085278:user/release-keys" \ | ||
PRIVATE_BUILD_DESC="angler-user 7.0 NRD90M 3085278 release-keys" |
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 |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
# | ||
|
||
add_lunch_combo aosp_angler-userdebug | ||
add_lunch_combo omni_angler-userdebug |