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:
parent
349129b72c
commit
0fdfb92e77
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Fingerprint extension feature
|
# Fingerprint extension feature
|
||||||
ifneq (,$(filter userdebug, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug, $(TARGET_BUILD_VARIANT)))
|
||||||
SOONG_CONFIG_fp_hal_feature += report_bug_support
|
$(call soong_config_set,fp_hal_feature,report_bug_support,true)
|
||||||
SOONG_CONFIG_fp_hal_feature_report_bug_support := true
|
|
||||||
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/fingerprint-extension/vendor/
|
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_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/
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/fingerprint-extension/system_ext/private/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue