From 2b0b39e63efe1a8a6b95be7274f90044eb0ab00f Mon Sep 17 00:00:00 2001 From: Shinru Han Date: Mon, 26 Feb 2024 06:25:00 +0000 Subject: [PATCH] gps: update gps makefile Test: on-device Bug: 326527903 Change-Id: Ib4c9e9251e3d3dbb5b7bdfc24477cdc2e106a5e0 Merged-In: Ib4c9e9251e3d3dbb5b7bdfc24477cdc2e106a5e0 --- device-caiman.mk | 1 - device-komodo.mk | 1 - device-ripcurrent24.mk | 1 - device-ripcurrentpro.mk | 1 - device-tokay.mk | 1 - 5 files changed, 5 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index 999cb551..0ee889cb 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -248,7 +248,6 @@ PRODUCT_SOONG_NAMESPACES += \ # Location # iGNSS -include device/google/gs-common/gps/lsi/s5400.mk # gps.cfg PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/caiman $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) diff --git a/device-komodo.mk b/device-komodo.mk index 31dd79ab..9261c8ad 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -271,7 +271,6 @@ PRODUCT_SOONG_NAMESPACES += \ # Location # iGNSS -include device/google/gs-common/gps/lsi/s5400.mk # gps.cfg PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/komodo $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index f6970e68..8cf2cfa1 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -203,7 +203,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS -include device/google/gs-common/gps/lsi/s5400.mk # gps.cfg PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrent24 $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index c0332e19..4c6b4d5e 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -205,7 +205,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS -include device/google/gs-common/gps/lsi/s5400.mk # gps.cfg PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrentpro $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) diff --git a/device-tokay.mk b/device-tokay.mk index 29da70f4..18e1ef8b 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -237,7 +237,6 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS -include device/google/gs-common/gps/lsi/s5400.mk # gps.cfg PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/tokay $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))