aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Barezzi <barezzisebastiano@gmail.com>2021-09-12 22:43:30 +0200
committerSebastiano Barezzi <barezzisebastiano@gmail.com>2021-09-13 15:59:52 +0200
commit91aae6c6d10f6b4c2b9a27085b54995f5ca239e0 (patch)
treec2cd9436d5fec069910115c733f03088be974936
parente6a3402a165cf0b9272db8a62ac076308b0ce373 (diff)
sdm660-common: Move manifest and matrix to topdir
Change-Id: I35b40e6debe407390300750aab41741fa038e1f9
-rw-r--r--BoardConfigCommon.mk6
-rw-r--r--compatibility_matrix.xml (renamed from configs/manifests/compatibility_matrix.xml)0
-rw-r--r--framework_manifest.xml (renamed from configs/manifests/framework_manifest.xml)0
-rw-r--r--manifest.xml (renamed from configs/manifests/manifest.xml)0
4 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index fe8ee97..31cfb16 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -100,9 +100,9 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default
LOC_HIDL_VERSION := 3.0
# HIDL
-DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/configs/manifests/framework_manifest.xml
-DEVICE_MANIFEST_FILE := $(COMMON_PATH)/configs/manifests/manifest.xml
-DEVICE_MATRIX_FILE := $(COMMON_PATH)/configs/manifests/compatibility_matrix.xml
+DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/framework_manifest.xml
+DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml
+DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
# Init
TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sdm660
diff --git a/configs/manifests/compatibility_matrix.xml b/compatibility_matrix.xml
index 24b2761..24b2761 100644
--- a/configs/manifests/compatibility_matrix.xml
+++ b/compatibility_matrix.xml
diff --git a/configs/manifests/framework_manifest.xml b/framework_manifest.xml
index 423105e..423105e 100644
--- a/configs/manifests/framework_manifest.xml
+++ b/framework_manifest.xml
diff --git a/configs/manifests/manifest.xml b/manifest.xml
index 6f5b6cd..6f5b6cd 100644
--- a/configs/manifests/manifest.xml
+++ b/manifest.xml