Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
product: Use only Android Go configuration targets
Browse files Browse the repository at this point in the history
 * Define only needed properties to match the normal
   behaviour of the standard 'full_base_telephony.mk'

 * Use the vendor/lineage Go configurations to build
   the 'TrebuchetQuickStepGo' package by default

Change-Id: I185f2cb500b9d4f726eded4a5befcfe118ac9254
Signed-off-by: Adrian DC <[email protected]>
  • Loading branch information
bgcngm authored and AdrianDC committed Dec 31, 2020
1 parent 0941752 commit 6df38ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PRODUCT_COPY_FILES += device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.
endif

# Product common configurations
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)

# Device product elements
include $(LOCAL_PATH)/product/*.mk
Expand Down
2 changes: 1 addition & 1 deletion lineage_huashan.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# Inherit common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini_phone.mk)
$(call inherit-product, vendor/lineage/config/common_mini_go_phone.mk)

# Inherit device configurations
$(call inherit-product, device/sony/huashan/device.mk)
Expand Down
4 changes: 0 additions & 4 deletions product/hardware.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Hardware permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

# Hardware packages
PRODUCT_PACKAGES += \
hw_config.sh
1 change: 1 addition & 0 deletions product/qcom-radio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PRODUCT_PROPERTY_OVERRIDES += \

# RIL properties
PRODUCT_PROPERTY_OVERRIDES += \
keyguard.no_require_sim=true \
rild.libpath=/system/lib/libril-qc-qmi-1.so \
ro.telephony.ril_class=SonyRIL \
ro.ril.telephony.mqanelements=5 \
Expand Down

0 comments on commit 6df38ac

Please sign in to comment.