From 59f79d0985e066f1890006212c0f5eceaba770df Mon Sep 17 00:00:00 2001 From: Pavel Maltsev Date: Tue, 21 Feb 2017 12:57:41 -0800 Subject: [PATCH] Make vehicle HAL 2.1 proprietary module Bug: b/34716856 Test: make -j ; manually verified Car Service is able to connect Change-Id: I88cbc7426cf2c41a36d970c4238e5a36d0c1f926 --- automotive/vehicle/2.1/default/Android.mk | 2 +- .../default/android.hardware.automotive.vehicle@2.1-service.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automotive/vehicle/2.1/default/Android.mk b/automotive/vehicle/2.1/default/Android.mk index 1874cb3048..65a4ba4244 100644 --- a/automotive/vehicle/2.1/default/Android.mk +++ b/automotive/vehicle/2.1/default/Android.mk @@ -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 diff --git a/automotive/vehicle/2.1/default/android.hardware.automotive.vehicle@2.1-service.rc b/automotive/vehicle/2.1/default/android.hardware.automotive.vehicle@2.1-service.rc index 0b642d5828..8929d25668 100644 --- a/automotive/vehicle/2.1/default/android.hardware.automotive.vehicle@2.1-service.rc +++ b/automotive/vehicle/2.1/default/android.hardware.automotive.vehicle@2.1-service.rc @@ -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