Fixes issue where GIA keep crashing on next release builds.
Since our feature is not ready, we utilize build flag we applied for this project to project this undone feature built accidentally on other targets. Test: Run test `UpdatableCrashingBootTest` on caiman `trunk_staging`, `trunk_food` and `next` targets with go/forrest (https://android-build.corp.google.com/builds/abtd/run/L28000030007788752, https://android-build.corp.google.com/builds/abtd/run/L64100030007774323). Test: Build and flash caiman with `trunk_staging` as target, GIA is up and running. Flag: build.RELEASE_PIXEL_GIA_ENABLED Bug: 378865024 Change-Id: Iffa7f11659ece8c0210023630568cdc45132840f Signed-off-by: Kai Hsieh <kaihsieh@google.com>
This commit is contained in:
parent
8f762b99b1
commit
5e054052e1
1 changed files with 2 additions and 0 deletions
|
@ -1303,7 +1303,9 @@ PRODUCT_COPY_FILES += \
|
|||
include device/google/gs-common/touch/twoshay/aidl_zuma.mk
|
||||
include device/google/gs-common/touch/twoshay/twoshay.mk
|
||||
|
||||
ifeq ($(RELEASE_PIXEL_GIA_ENABLED),true)
|
||||
include device/google/gs-common/input/gia/gia.mk
|
||||
endif
|
||||
|
||||
PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue