Use soong_config_set instead of raw variables am: cc6d580152
am: 83a361ea63
am: bbe393e6d5
am: 0db19579e4
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/2184488 Change-Id: I2c74b1efbd23d21c975f50df7d698c5b173e8fa1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7bc57f1cfd
1 changed files with 1 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue