-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathomni_shamu.mk
35 lines (27 loc) · 992 Bytes
/
omni_shamu.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Include omni board-specific configurations
include device/moto/shamu/BoardConfigOmni.mk
# Inherit base AOSP device configuration
$(call inherit-product, device/moto/shamu/aosp_shamu.mk)
# Override product naming for Omni
PRODUCT_NAME := omni_shamu
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 6
PRODUCT_MANUFACTURER := motorola
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT="google/shamu/shamu:7.1.1/N6F27H/4072753:user/release-keys" \
PRIVATE_BUILD_DESC="shamu-user 7.1.1 N6F27H 4072753 release-keys"
# Inherit OmniROM parts
$(call inherit-product, vendor/omni/config/gsm.mk)
$(call inherit-product, vendor/omni/config/common.mk)
# Inherit proprietary bits
$(call inherit-product-if-exists, vendor/motorola/shamu/device-vendor.mk)
# Inherit TWRP configuration
include device/moto/shamu/twrp.mk
# include libxml2
PRODUCT_PACKAGES += \
librmnetctl \
libxml2
# SnapdragonCamera
PRODUCT_PACKAGES += \
SnapdragonCamera