device_google_comet/location/gnssd/gnss_release.mk
Cyan_Hsieh 919f3e1cb5 Initial device comet
based on 84d60a2e19d4ad09086067994d2f683ff86f6231

Bug: 263919239
Change-Id: I7be43786325116baddd35e182f87ad15fbe1a6ce
2023-01-18 18:34:03 +08:00

44 lines
1.3 KiB
Makefile

# only GPS libraries and binaries to the target directory
GPS_ROOT := device/google/comet/location/gnssd
PRODUCT_PACKAGES += \
android.hardware.gnss@2.1-impl \
vendor.samsung.hardware.gnss@1.0 \
vendor.samsung.hardware.gnss@1.0-impl \
vendor.samsung.hardware.gnss@1.0-service \
gnssd \
sctd \
spad \
swcnd \
libmptool_json \
libmptool_log \
libmptool_utils \
gnss-aidl-service_IGnssV2_ISlsiGnssV1 \
libsensorndkbridge
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.gnsslog.maxfilesize=256 \
persist.vendor.gnsslog.status=0 \
exynos.gnss.path.log=/data/vendor/gps/
PRODUCT_COPY_FILES += \
$(GPS_ROOT)/init.gnss.rc:vendor/etc/init/init.gnss.rc
DEVICE_MANIFEST_FILE += \
$(GPS_ROOT)/manifest.xml
PRODUCT_COPY_FILES += \
$(GPS_ROOT)/release/ca.pem:vendor/etc/gnss/ca.pem \
$(GPS_ROOT)/release/sctd.json:vendor/etc/sctd.json \
$(GPS_ROOT)/release/spad.json:vendor/etc/spad.json \
$(GPS_ROOT)/release/swcnd.json:vendor/etc/swcnd.json \
$(GPS_ROOT)/release/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
#DEVICE_MATRIX_FILE := \
$(GPS_ROOT)/compatibility_matrix.xml
PRODUCT_SOONG_NAMESPACES += \
$(GPS_ROOT)
PRODUCT_COPY_FILES += \
$(GPS_ROOT)/release/gps.cfg:vendor/etc/gnss/gps.cfg