diff --git a/audio/tegu/tas2572/fw/ti_sp_tuning.bin b/audio/tegu/tas2572/fw/ti_sp_tuning.bin index 02805d2..253aac6 100644 Binary files a/audio/tegu/tas2572/fw/ti_sp_tuning.bin and b/audio/tegu/tas2572/fw/ti_sp_tuning.bin differ diff --git a/conf/init.tegu.rc b/conf/init.tegu.rc index 42cb231..8c5f30b 100644 --- a/conf/init.tegu.rc +++ b/conf/init.tegu.rc @@ -7,6 +7,7 @@ on init && property:ro.vendor.factory=1 on init # eSE streset tool name setprop persist.vendor.se.streset libstreset24 + setprop persist.vendor.nfc.streset libstreset24 # Permissions for display on fs diff --git a/device-tegu.mk b/device-tegu.mk index a84ecfd..4546988 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -14,6 +14,8 @@ # limitations under the License. # +SHIPPING_API_LEVEL := 34 + ifdef RELEASE_GOOGLE_TEGU_RADIO_DIR RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_TEGU_RADIO_DIR) endif @@ -53,7 +55,9 @@ include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/gti/predump_gti.mk include device/google/gs-common/touch/syna/predump_syna20.mk include device/google/gs-common/modem/radio_ext/radio_ext.mk +include device/google/gs-common/gril/hidl/1.7/gril_hidl.mk include device/google/gs-common/esim/esim.mk + # go/lyric-soong-variables $(call soong_config_set,lyric,camera_hardware,tegu) $(call soong_config_set,lyric,tuning_product,tegu)