Use soong_config_set instead of raw variables

soong_config_set works better with the conversion
to Starlark.

Bug: 220940864
Test: Presubmits
Change-Id: Id71c1167d43db21e42e68264a2870153f850c9f8
This commit is contained in:
Cole Faust 2022-02-22 17:08:42 -08:00 committed by TreeHugger Robot
parent 349129b72c
commit 0fdfb92e77

View file

@ -1,7 +1,6 @@
# Fingerprint extension feature
ifneq (,$(filter userdebug, $(TARGET_BUILD_VARIANT)))
SOONG_CONFIG_fp_hal_feature += report_bug_support
SOONG_CONFIG_fp_hal_feature_report_bug_support := true
$(call soong_config_set,fp_hal_feature,report_bug_support,true)
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/fingerprint-extension/vendor/
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/fingerprint-extension/system_ext/public/
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/fingerprint-extension/system_ext/private/