sanders: Move HIDL shims to vendor
Nothing uses these in system. No need to keep them there also address denials (thanks to @joojoobee666) Change-Id: Ia09e6611f801a79fa9ac04c60425397eada383ec
This commit is contained in:
committed by
therootlord
parent
ec4c1e393a
commit
1626080a5c
@@ -18,6 +18,7 @@ LOCAL_SHARED_LIBRARIES := libhidltransport
|
|||||||
LOCAL_MODULE := android.hidl.base@1.0
|
LOCAL_MODULE := android.hidl.base@1.0
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
LOCAL_VENDOR_MODULE := true
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
@@ -25,4 +26,5 @@ LOCAL_SHARED_LIBRARIES := libhidltransport
|
|||||||
LOCAL_MODULE := android.hidl.manager@1.0
|
LOCAL_MODULE := android.hidl.manager@1.0
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
LOCAL_VENDOR_MODULE := true
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ allow system_server init:unix_stream_socket write;
|
|||||||
|
|
||||||
allow system_server sensors_device:chr_file { ioctl open read };
|
allow system_server sensors_device:chr_file { ioctl open read };
|
||||||
|
|
||||||
|
allow system_server vendor_file:file { getattr open read execute };
|
||||||
|
|
||||||
get_prop(system_server, alarm_boot_prop)
|
get_prop(system_server, alarm_boot_prop)
|
||||||
|
|||||||
Reference in New Issue
Block a user