Drop TODO for flag enablement
Flag control for enabling Secretkeeper is done in the device-specific makefiles, triggering whether they set SECRETKEEPER_ENABLED:=true Test: none, comment change Change-Id: I399d1840519864687aca6c53697317d449eed325
This commit is contained in:
parent
acafa40d82
commit
f28e284141
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ else
|
|||
LOCAL_KEYMINT_PRODUCT_PACKAGE := android.hardware.security.keymint-service.trusty
|
||||
endif
|
||||
|
||||
# TODO(b/306364873): move this to be flag-controlled?
|
||||
ifeq ($(SECRETKEEPER_ENABLED),true)
|
||||
LOCAL_SECRETKEEPER_PRODUCT_PACKAGE := android.hardware.security.secretkeeper.trusty
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue