wayne: Move android.hardware.gnss@1.0-service-qti.rc to vendor
The .rc file should be on the vendor image, or can not boot with generic system image. Bug: 63051055 Test: Boot with GSI to home screen Change-Id: I1e2ebe5d23a6cf5a4176ee33613ef621b4b558cf
This commit is contained in:
parent
8085b952a5
commit
2fdf20b62c
1 changed files with 1 additions and 1 deletions
|
@ -61,11 +61,11 @@ endif # BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET
|
|||
ifeq ($(BUILD_GNSS_HIDL_SERVICE), true)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := android.hardware.gnss@1.0-service-qti
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_MODULE_OWNER := qti
|
||||
LOCAL_INIT_RC := android.hardware.gnss@1.0-service-qti.rc
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_SRC_FILES := \
|
||||
service.cpp \
|
||||
|
||||
|
|
Loading…
Reference in a new issue