forked from exynos5420/android_device_samsung_ha3g
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviper.mk
28 lines (23 loc) · 969 Bytes
/
viper.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
# Common product makefiles gathered from target directory
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
# Samsung Galaxy Note3 Exynos device makefile
$(call inherit-product, device/samsung/ha3g/device.mk)
# ViperOS common makefile
$(call inherit-product, vendor/viper/config/common_full_phone.mk)
# ViperOS telephony makefile
$(call inherit-product, vendor/viper/config/telephony.mk)
## Device identifiers
PRODUCT_NAME := viper_ha3g
PRODUCT_DEVICE := ha3g
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_MODEL := SM-N900
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_MODEL=SM-N900 \
PRODUCT_NAME=ha3g \
PRODUCT_DEVICE=ha3g \
TARGET_DEVICE=ha3g \
BUILD_FINGERPRINT="samsung/ha3gub/ha3g:5.0/LRX21V/N900UBUEBOK1:user/release-keys" \
PRIVATE_BUILD_DESC="ha3gub-user 5.0 LRX21V N900UBUEBOK1 release-keys"