summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroid_filesystem_config.h3
-rwxr-xr-xsystem.prop1
2 files changed, 4 insertions, 0 deletions
diff --git a/android_filesystem_config.h b/android_filesystem_config.h
index f2fbfa1..6d3046f 100755
--- a/android_filesystem_config.h
+++ b/android_filesystem_config.h
@@ -48,6 +48,9 @@ static const struct fs_path_config android_device_files[] = {
CAP_MASK_LONG(CAP_NET_ADMIN),
"system/vendor/bin/cnd" },
{ 00755, AID_SYSTEM, AID_RADIO, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/ims_rtp_daemon" },
+ { 00755, AID_GPS, AID_GPS, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/slim_daemon" },
+ { 00755, AID_GPS, AID_GPS, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/slim_daemon" },
+
#ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS
{ 00000, AID_ROOT, AID_ROOT, 0, "system/etc/fs_config_dirs" },
#endif
diff --git a/system.prop b/system.prop
index 253d7b7..30d1d42 100755
--- a/system.prop
+++ b/system.prop
@@ -24,6 +24,7 @@ ro.telephony.default_network=22,20
debug.sf.enable_hwc_vds=1
debug.sf.hw=1
+debug.sf.latch_unsignaled=1
debug.gralloc.enable_fb_ubwc=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1