Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23d3c60420 | ||
|
|
67949b9943 | ||
|
|
b3ff4db1fc | ||
|
|
e1243b599d | ||
|
|
f567d66e2f | ||
|
|
bf59900366 | ||
|
|
e9e405786a | ||
|
|
e80ea2ef2d | ||
|
|
0b27f8792d |
@@ -51,8 +51,6 @@ blob_fixups: blob_fixups_user_type = {
|
||||
.patch_file('osaifu-keitai.patch'),
|
||||
'product/etc/sysconfig/nexus.xml': blob_fixup()
|
||||
.regex_replace('qulacomm', 'qualcomm'),
|
||||
'system_ext/lib64/libsecureuisvc_jni.so': blob_fixup()
|
||||
.add_needed('libgui_shim.so'),
|
||||
'system_ext/priv-app/HbmSVManager/HbmSVManager.apk': blob_fixup()
|
||||
.apktool_patch('HbmSVManager.patch'),
|
||||
(
|
||||
@@ -60,13 +58,6 @@ blob_fixups: blob_fixups_user_type = {
|
||||
'vendor/lib64/android.hardware.keymaster@4.1-impl.nos.so',
|
||||
): blob_fixup()
|
||||
.add_needed('libcrypto_shim.so'),
|
||||
(
|
||||
'vendor/bin/hw/citadeld',
|
||||
'vendor/lib/libmedia_ecoservice.so',
|
||||
'vendor/lib64/libmedia_ecoservice.so',
|
||||
'vendor/lib64/libnos_citadeld_proxy.so',
|
||||
): blob_fixup()
|
||||
.add_needed('libbinder_shim.so'),
|
||||
'vendor/lib/libmmcamera_faceproc.so': blob_fixup()
|
||||
.clear_symbol_version('__aeabi_memcpy')
|
||||
.clear_symbol_version('__aeabi_memset')
|
||||
|
||||
@@ -24,7 +24,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_ven
|
||||
LOCAL_PATH := device/google/bramble
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/google/bramble
|
||||
device/google/bramble \
|
||||
hardware/qcom/wlan/legacy
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/bramble/bramble/overlay
|
||||
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
{
|
||||
"repository": "device_google_redbull",
|
||||
"target_path": "device/google/redbull",
|
||||
"branch": "bka"
|
||||
"branch": "vic"
|
||||
},
|
||||
{
|
||||
"repository": "apelete/proprietary_vendor_google_bramble",
|
||||
"target_path": "vendor/google/bramble",
|
||||
"remote" : "github-non-los",
|
||||
"branch": "lineage-23.0"
|
||||
"branch": "lineage-22.2"
|
||||
},
|
||||
{
|
||||
"repository": "kernel_google_redbull",
|
||||
|
||||
15
sepolicy/vendor/google/pixelstats_vendor.te
vendored
Normal file
15
sepolicy/vendor/google/pixelstats_vendor.te
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
r_dir_file(pixelstats_vendor, sysfs_pixelstats)
|
||||
|
||||
unix_socket_connect(pixelstats_vendor, chre, chre)
|
||||
|
||||
get_prop(pixelstats_vendor, hwservicemanager_prop)
|
||||
hwbinder_use(pixelstats_vendor)
|
||||
allow pixelstats_vendor hal_pixelstats_hwservice:hwservice_manager find;
|
||||
|
||||
allow pixelstats_vendor fwk_stats_hwservice:hwservice_manager find;
|
||||
binder_call(pixelstats_vendor, statsd)
|
||||
|
||||
binder_use(pixelstats_vendor)
|
||||
allow pixelstats_vendor fwk_stats_service:service_manager find;
|
||||
|
||||
allow pixelstats_vendor sysfs_scsi_devices_0000:file rw_file_perms;
|
||||
Reference in New Issue
Block a user