Use soong_config_set instead of raw variables am: cc6d580152 am: 83a361ea63

Original change: https://android-review.googlesource.com/c/device/google/gs101/+/2184488

Change-Id: Ice2603522aff0b5762d0581dc4e01abb102b0b60
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust 2022-08-17 01:35:18 +00:00 committed by Automerger Merge Worker
commit bbe393e6d5

View file

@ -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/