Skip to content

Commit

Permalink
Adopt aidl software gatekeeper hal implementation
Browse files Browse the repository at this point in the history
Test done: gatekeeper work normally

Tracked-On: OAM-121146
Signed-off-by: jizhenlo <[email protected]>
  • Loading branch information
ceiba1985 authored and sysopenci committed Jun 24, 2024
1 parent 70c92e6 commit 63d67df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion groups/tee/false/product.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-service.software \
android.hardware.gatekeeper-service.software \
android.hardware.security.keymint-service

#PRODUCT_PACKAGES += \
Expand Down
2 changes: 1 addition & 1 deletion groups/tee/optee/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES += ro.hardware.gatekeeper=optee
{{/hw_gk}}

{{^hw_gk}}
PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-service.software
PRODUCT_PACKAGES += android.hardware.gatekeeper-service.software
{{/hw_gk}}

PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 63d67df

Please sign in to comment.