Make QcRilAm a privileged system app

This is needed to confine it to its own selinux domain
This commit is contained in:
ix5 2018-12-12 08:38:08 +01:00
parent d31d693513
commit 0f5c6850d6
2 changed files with 3 additions and 1 deletions

View file

@ -13,5 +13,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := vendor.qti.hardware.radio.am-V1.0-java
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PACKAGE)

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.sony.qcrilam"
coreApp="true"
android:sharedUserId="android.uid.system"
android:versionCode="1"
android:versionName="1.0" >