File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,6 +324,10 @@ include hardware/google/pixel/HardwareInfo/HardwareInfo.mk
324324PRODUCT_COPY_FILES += \
325325 device/google/gs201/allowlist_com.google.android.as.xml:$(TARGET_COPY_OUT_PRODUCT ) /etc/sysconfig/allowlist_com.google.android.as.xml
326326
327+ # Android Verified Boot
328+ PRODUCT_COPY_FILES += \
329+ frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/permissions/android.software.verified_boot.xml
330+
327331# ANGLE - Almost Native Graphics Layer Engine
328332PRODUCT_PACKAGES += \
329333 ANGLE
@@ -450,6 +454,12 @@ endif
450454PRODUCT_PACKAGES += \
451455 sensors.dynamic_sensor_hal
452456
457+ # Telephony
458+ ifneq ($(TARGET_IS_TABLET ) ,true)
459+ PRODUCT_COPY_FILES += \
460+ frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR ) /etc/permissions/android.hardware.telephony.carrierlock.xml
461+ endif
462+
453463# Touch
454464include hardware/google/pixel/touch/device.mk
455465
@@ -460,3 +470,6 @@ DEVICE_MATRIX_FILE += \
460470 device/google/gs201/vintf/compatibility_matrix.xml
461471DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
462472 device/google/gs201/vintf/device_framework_matrix_product.xml
473+
474+ # ZRAM writeback
475+ include hardware/google/pixel/mm/device_gki.mk
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments