Use soong_config_ macros to set Soong config variables.
Bug: 198503843 Test: treehugger Change-Id: Ifd1aed04267d952a13cfd9b93933e500ba07dbad Merged-In: Ifd1aed04267d952a13cfd9b93933e500ba07dbad
This commit is contained in:
parent
2a710d42e8
commit
05823dde05
5 changed files with 31 additions and 80 deletions
|
@ -20,6 +20,4 @@ FPC_CONFIG_GOOGLE_CUSTOMIZE=1
|
|||
GOOGLE_CONFIG_PERFORMANCE=1
|
||||
|
||||
# Enable Suez
|
||||
SOONG_CONFIG_NAMESPACES += fp_hal_feature
|
||||
SOONG_CONFIG_fp_hal_feature += biometric_suez_support
|
||||
SOONG_CONFIG_fp_hal_feature_biometric_suez_support := true
|
||||
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
||||
|
|
|
@ -34,6 +34,4 @@ else
|
|||
$(error Invalid udfps build version)
|
||||
endif
|
||||
|
||||
SOONG_CONFIG_NAMESPACES += fp_hal_feature
|
||||
SOONG_CONFIG_fp_hal_feature += biometric_suez_support
|
||||
SOONG_CONFIG_fp_hal_feature_biometric_suez_support := true
|
||||
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue