save some time by building data-only
This commit is contained in:
parent
213354dbb3
commit
aba8e75328
6
base.mk
6
base.mk
@ -17,7 +17,7 @@ PRODUCT_PACKAGE_OVERLAYS += device/phh/treble/overlay
|
||||
|
||||
$(call inherit-product, vendor/hardware_overlay/overlay.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
|
||||
#Those overrides are here because Huawei's init read properties
|
||||
#from /system/etc/prop.default, then /vendor/build.prop, then /system/build.prop
|
||||
@ -157,8 +157,8 @@ PRODUCT_PACKAGES += \
|
||||
xiaomi-motor \
|
||||
oneplus-motor
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
Stk
|
||||
#PRODUCT_PACKAGES += \
|
||||
# Stk
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
resetprop_phh
|
||||
|
@ -25,6 +25,11 @@
|
||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||
<integer name="config_multiuserMaximumUsers">5</integer>
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
<!-- This device is data-only. -->
|
||||
<bool name="config_voice_capable">false</bool>
|
||||
|
||||
<!-- This device does not allow sms service. -->
|
||||
<bool name="config_sms_capable">false</bool>
|
||||
|
||||
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
|
||||
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user