summaryrefslogtreecommitdiff
authorBin Yang <bin.yang@amlogic.com>2020-11-18 10:51:04 (GMT)
committer gerrit autosubmit <gerrit.autosubmit@aml-code-master.amlogic.com>2020-11-19 12:45:05 (GMT)
commit6cff71d9da30099cb6ad735054481a3985e220e6 (patch)
treec52f29e17886c73e3fee8ca3dca7d800f6a3398d
parent8d7f7db2f92a01256eeb6246da30020043078b80 (diff)
downloadcommon-6cff71d9da30099cb6ad735054481a3985e220e6.zip
common-6cff71d9da30099cb6ad735054481a3985e220e6.tar.gz
common-6cff71d9da30099cb6ad735054481a3985e220e6.tar.bz2
vts: remove android.hardware.boot@1.0 [1/1]
PD#SWPL-37172 Problem: VtsHalBaseV1_0TargetTest# ServiceProvidesAndDeclaresTheSameInterfaces Service 'vendor.boot-hal-1-0' serves and declares different interfaces. Solution: remove android.hardware.boot@1.0 Verify: ohm 5.4 Signed-off-by: Bin Yang <bin.yang@amlogic.com> Change-Id: I000e594881a5d9ee25a7a6bba6f8acf1a90abf7b
Diffstat
-rw-r--r--products/mbox/g12a/g12a.mk4
-rw-r--r--products/mbox/gxl/gxl.mk4
-rw-r--r--products/mbox/sc2/sc2.mk4
-rw-r--r--products/mbox/sm1/sm1.mk4
-rw-r--r--products/tv/tl1/tl1.mk4
-rw-r--r--products/tv/tm2/tm2.mk4
6 files changed, 0 insertions, 24 deletions
diff --git a/products/mbox/g12a/g12a.mk b/products/mbox/g12a/g12a.mk
index 2814893..56cea75 100644
--- a/products/mbox/g12a/g12a.mk
+++ b/products/mbox/g12a/g12a.mk
@@ -144,7 +144,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -163,9 +162,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service
diff --git a/products/mbox/gxl/gxl.mk b/products/mbox/gxl/gxl.mk
index a02065a..2e3fab1 100644
--- a/products/mbox/gxl/gxl.mk
+++ b/products/mbox/gxl/gxl.mk
@@ -144,7 +144,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -163,9 +162,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service
diff --git a/products/mbox/sc2/sc2.mk b/products/mbox/sc2/sc2.mk
index cc6055b..50e6974 100644
--- a/products/mbox/sc2/sc2.mk
+++ b/products/mbox/sc2/sc2.mk
@@ -150,7 +150,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -169,9 +168,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service
diff --git a/products/mbox/sm1/sm1.mk b/products/mbox/sm1/sm1.mk
index 93e28fa..ef021c6 100644
--- a/products/mbox/sm1/sm1.mk
+++ b/products/mbox/sm1/sm1.mk
@@ -144,7 +144,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -163,9 +162,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service
diff --git a/products/tv/tl1/tl1.mk b/products/tv/tl1/tl1.mk
index 0c3bf83..9a391c9 100644
--- a/products/tv/tl1/tl1.mk
+++ b/products/tv/tl1/tl1.mk
@@ -144,7 +144,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -163,9 +162,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service
diff --git a/products/tv/tm2/tm2.mk b/products/tv/tm2/tm2.mk
index 6ea5794..b6a41ad 100644
--- a/products/tv/tm2/tm2.mk
+++ b/products/tv/tm2/tm2.mk
@@ -146,7 +146,6 @@ endif
ifeq ($(AB_OTA_UPDATER),true)
PRODUCT_PACKAGES += \
- android.hardware.boot@1.0-impl.recovery \
android.hardware.boot@1.1-impl.recovery \
android.hardware.boot@1.1-impl-amlogic
@@ -165,9 +164,6 @@ PRODUCT_PACKAGES += \
update_engine \
update_engine_client \
update_verifier \
- android.hardware.boot@1.0 \
- android.hardware.boot@1.0-impl \
- android.hardware.boot@1.0-service \
android.hardware.boot@1.1 \
android.hardware.boot@1.1-impl \
android.hardware.boot@1.1-service