Use soong_config_set instead of raw variables am: cc6d580152

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

Change-Id: I3ee3b6a711b6bacbe35d7ff52684a8ea1939a9b4
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:10:38 +00:00 committed by Automerger Merge Worker
commit 83a361ea63

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/