From f55306c11b15d4a9712a2266063c940c944ea3f2 Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Sun, 28 Jan 2024 23:20:50 +0800 Subject: [PATCH] gps: refine iGNSS build system - sepolicy Bug: 318310869 Bug: 315915958 Test: build pass, GPS works and no GPS avc denied error Change-Id: I074d9184e68f688a532c62697d5a6d99f8cffd47 --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-ripcurrent24.mk | 2 +- device-ripcurrentpro.mk | 2 +- device-tokay.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index 89773c8c..e0ead1d3 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -227,7 +227,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Location # iGNSS --include vendor/samsung_slsi/gps/s5400/device-gnss.mk +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 8778f3a0..78b066c5 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -245,7 +245,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Location # iGNSS --include vendor/samsung_slsi/gps/s5400/device-gnss.mk +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 91246728..591853b6 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -199,7 +199,7 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS --include vendor/samsung_slsi/gps/s5400/device-gnss.mk +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 d6371842..dfc4e082 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -201,7 +201,7 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS --include vendor/samsung_slsi/gps/s5400/device-gnss.mk +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 0592a63f..395bd562 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -217,7 +217,7 @@ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts # Location # iGNSS --include vendor/samsung_slsi/gps/s5400/device-gnss.mk +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))