blob: 8499f46d69d70953588984b227eeca12d089659f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gps/brcm/sepolicy
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/gps/brcm/prebuilt
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
$(call soong_config_set, SensorHub_debug, assertion, true)
endif
PRODUCT_PACKAGES += \
bcm47765_gps_package \
android.hardware.location.gps.prebuilt.xml
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += \
init.gps_log.rc
endif
|