Revert "thermal-hal: Add namespace configuration for google specific path"
This reverts commit 1454844dad1e50eb2d49822965ac4f54e40f4076.
Reason for revert: These paths don't exist in AOSP.
Change-Id: Id4b65191117bc40c66990ccb0b2cf16a7b378f44
diff --git a/Android.bp b/Android.bp
index a5c90da..2b04957 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,29 +2,6 @@
}
soong_config_module_type {
- name: "thermal_hal_namespace",
- module_type: "soong_namespace",
- config_namespace: "qcom_vendor_config",
- bool_variables: ["ar1_la3_path", "qcom_path"],
- properties: ["imports"],
-}
-
-thermal_hal_namespace {
- soong_config_variables: {
- ar1_la3_path: {
- imports: [
- "vendor/qcom/ar1-la3/proprietary",
- ],
- },
- qcom_path: {
- imports: [
- "vendor/qcom/proprietary",
- ],
- },
- },
-}
-
-soong_config_module_type {
name: "qti_thermal_hal_cc_defaults",
module_type: "cc_defaults",
config_namespace: "qti_thermal",