From 062a8833a2fa81fb1289ffb80f8e471d1e9db76f Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Wed, 4 Oct 2023 10:48:12 +0800 Subject: [PATCH] Remove unused device-gnss.mk Need to remove, otherwise it will cause build break Bug: 294708565 Test: GPS test Change-Id: Id8d1cd3671878dd3e95e29a4f559a99c5d2f1611 --- device-comet.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 0495f47..f7631db 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -194,9 +194,6 @@ else device/google/comet/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif -# include GNSSD -include device/google/comet/location/gnssd/device-gnss.mk - # Install product specific framework compatibility matrix DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/comet/device_framework_matrix_product.xml