Merge "Make vehicle HAL 2.1 proprietary module"
This commit is contained in:
commit
d86b0f1f76
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := $(vhal_v2_1)-service
|
||||
LOCAL_INIT_RC := $(vhal_v2_1)-service.rc
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
LOCAL_SRC_FILES := \
|
||||
service.cpp
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
service vehicle-hal-2.1 /system/bin/hw/android.hardware.automotive.vehicle@2.1-service
|
||||
service vehicle-hal-2.1 /vendor/bin/hw/android.hardware.automotive.vehicle@2.1-service
|
||||
class hal
|
||||
user vehicle_network
|
||||
group system inet
|
||||
|
|
Loading…
Reference in a new issue