mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Import pixel2017 common inherit-product
Change-Id: If606e4669311769c43f17f11337623ffa5a83f03 Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
19
device.mk
19
device.mk
@@ -14,6 +14,25 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Inherit from the common Open Source product configuration
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
keyguard.no_require_sim=true \
|
||||
ro.com.android.dataroaming=true
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
|
||||
|
||||
# Enforce privapp-permissions whitelist
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.control_privapp_permissions=enforce
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
messaging
|
||||
|
||||
LOCAL_PATH := device/google/wahoo
|
||||
|
||||
SRC_MEDIA_HAL_DIR := hardware/qcom/media/msm8998
|
||||
|
||||
Reference in New Issue
Block a user