summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2024-01-09 03:27:28 +0800
committeralk3pInjection <webmaster@raspii.tech>2024-01-09 03:27:28 +0800
commit23545adfdfb980f466a5f0fd407f3481ab5372e0 (patch)
tree82254065f5fcc971f6a0e1e1a8a3744cfd1d7a6d
parenta7abc12a74fdb8f46cd9e3a6af43b6df1a26ac14 (diff)
Revert "gs201: Add device manifest for keymint"
This partially reverts commit d7e7800a2a37d03c06b3a6682003331dde81b9c3. Change-Id: I4aacdb419a48165fd4a4bb2c1c8f1ed6713ba66b
-rw-r--r--BoardConfigICE.mk1
-rw-r--r--android.hardware.security.rkp-service.citadel.xml7
2 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfigICE.mk b/BoardConfigICE.mk
index d83fb332..346bdd0a 100644
--- a/BoardConfigICE.mk
+++ b/BoardConfigICE.mk
@@ -7,7 +7,6 @@
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
# Manifests
-DEVICE_MANIFEST_FILE += device/google/gs201/android.hardware.security.rkp-service.citadel.xml
ifneq ($(BOARD_WITHOUT_RADIO),true)
DEVICE_MANIFEST_FILE += device/google/gs201/manifest_radio_ds.xml
endif
diff --git a/android.hardware.security.rkp-service.citadel.xml b/android.hardware.security.rkp-service.citadel.xml
deleted file mode 100644
index 035dfe0a..00000000
--- a/android.hardware.security.rkp-service.citadel.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<manifest version="1.0" type="device">
- <hal format="aidl">
- <name>android.hardware.security.keymint</name>
- <version>3</version>
- <fqname>IRemotelyProvisionedComponent/strongbox</fqname>
- </hal>
-</manifest>