gps: Update gps makefile
Test: on-device Bug: 326527903 Change-Id: I4357e7a7c5c35c9bdfd94fa8c1fd59d21bbcd668
This commit is contained in:
parent
197c60eb8b
commit
3647a441ad
@ -1,19 +0,0 @@
|
|||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gps/lsi/sepolicy
|
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
|
||||||
vendor/samsung_slsi/gps/s5400
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.location.gps.prebuilt.xml \
|
|
||||||
gnssd \
|
|
||||||
android.hardware.gnss-service \
|
|
||||||
ca.pem \
|
|
||||||
gnss_check.sh \
|
|
||||||
kepler.bin
|
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += vendor.gps.aol.enabled=true
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Enable Pixel GNSS HAL
|
|
||||||
include device/google/gs-common/gps/pixel/pixel_gnss_hal.mk
|
|
@ -1,10 +0,0 @@
|
|||||||
<compatibility-matrix version="1.0" type="framework" level="8">
|
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>android.hardware.gnss</name>
|
|
||||||
<version>3</version>
|
|
||||||
<interface>
|
|
||||||
<name>IGnss</name>
|
|
||||||
<instance>vendor</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</compatibility-matrix>
|
|
@ -1,15 +0,0 @@
|
|||||||
# Include this file to enable Pixel GNSS HAL
|
|
||||||
|
|
||||||
$(call soong_config_set, pixel_gnss, enable_pixel_gnss_aidl_service, true)
|
|
||||||
|
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gps/pixel/sepolicy
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.gnss-service.pixel
|
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
|
||||||
persist.vendor.gps.hal.service.name=vendor
|
|
||||||
|
|
||||||
# Compatibility matrix
|
|
||||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
|
|
||||||
device/google/gs-common/gps/pixel/device_framework_matrix_product.xml
|
|
Loading…
x
Reference in New Issue
Block a user