Build pixel touch HAL

Change-Id: I45cff81e1159613094440dd7b2b73b53519c9de6
This commit is contained in:
Alessandro Astone 2021-01-30 00:55:01 +01:00 committed by Michael Bestas
parent 65f27efe24
commit 8c9342bff9
No known key found for this signature in database
GPG key ID: CC95044519BE6669
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@
# #
# Manifests # Manifests
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += vendor/lineage/config/device_framework_matrix.xml
DEVICE_MANIFEST_FILE += device/google/gs201/android.hardware.security.rkp-service.citadel.xml DEVICE_MANIFEST_FILE += device/google/gs201/android.hardware.security.rkp-service.citadel.xml
ifneq ($(BOARD_WITHOUT_RADIO),true) ifneq ($(BOARD_WITHOUT_RADIO),true)
DEVICE_MANIFEST_FILE += device/google/gs201/manifest_radio_ds.xml DEVICE_MANIFEST_FILE += device/google/gs201/manifest_radio_ds.xml

View file

@ -15,3 +15,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Linker config # Linker config
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \ PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
device/google/gs201/linker.config.json device/google/gs201/linker.config.json
# Touch
include hardware/google/pixel/touch/device.mk