Snap for 12304452 from 646cc8fdcf to 24Q4-release

Change-Id: Ia99c2b71ff5eda510a3db79d34bdd6ffa8a62f5c
This commit is contained in:
Android Build Coastguard Worker 2024-08-31 01:01:57 +00:00
commit d006df8b11
2 changed files with 1 additions and 9 deletions

View file

@ -212,6 +212,7 @@ USE_LASSEN_OEMHOOK := true
ifneq ($(BOARD_WITHOUT_RADIO),true)
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/power-anomaly-sitril
$(call soong_config_set,sitril,use_lassen_oemhook_with_radio,true)
$(call soong_config_set,grilservice,use_google_qns,true)
endif
# Use for GRIL

View file

@ -1,13 +1,4 @@
<manifest version="1.0" type="device" target-level="7">
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>4.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>android.hardware.boot</name>
<fqname>IBootControl/default</fqname>