RM6785: Sync with Device Tree
Signed-off-by: Naveen <imnaveenbisht@gmail.com>
This commit is contained in:
-17
@@ -15996,23 +15996,6 @@ cc_prebuilt_binary {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
|
||||||
name: "netdc",
|
|
||||||
owner: "realme",
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: ["proprietary/vendor/bin/netdc"],
|
|
||||||
shared_libs: ["libcutils", "liblog", "libutils", "libhidlbase", "vendor.mediatek.hardware.netdagent@1.0", "libc++", "libc", "libm", "libdl", ],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
cc_prebuilt_binary {
|
||||||
name: "nvram_daemon",
|
name: "nvram_daemon",
|
||||||
owner: "realme",
|
owner: "realme",
|
||||||
|
|||||||
+1
-1
@@ -387,6 +387,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/lbs_hidl_service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/lbs_hidl_service.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/lbs_hidl_service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/lbs_hidl_service.rc \
|
||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/mtk_agpsd_p.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtk_agpsd_p.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/mtk_agpsd_p.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtk_agpsd_p.rc \
|
||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/mtkrild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtkrild.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/mtkrild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/mtkrild.rc \
|
||||||
|
vendor/realme/RM6785/proprietary/vendor/etc/init/muxreport.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/muxreport.rc \
|
||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/netdagent.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netdagent.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/netdagent.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netdagent.rc \
|
||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/networksetting.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/networksetting.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/networksetting.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/networksetting.rc \
|
||||||
vendor/realme/RM6785/proprietary/vendor/etc/init/nvram_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/nvram_daemon.rc \
|
vendor/realme/RM6785/proprietary/vendor/etc/init/nvram_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/nvram_daemon.rc \
|
||||||
@@ -1397,7 +1398,6 @@ PRODUCT_PACKAGES += \
|
|||||||
mtk_agpsd \
|
mtk_agpsd \
|
||||||
muxreport \
|
muxreport \
|
||||||
netdagent \
|
netdagent \
|
||||||
netdc \
|
|
||||||
nvram_daemon \
|
nvram_daemon \
|
||||||
ppl_agent \
|
ppl_agent \
|
||||||
starter \
|
starter \
|
||||||
|
|||||||
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+9
@@ -0,0 +1,9 @@
|
|||||||
|
service vendor.muxreport-daemon /vendor/bin/muxreport
|
||||||
|
class core
|
||||||
|
user radio
|
||||||
|
group radio cache inet misc
|
||||||
|
disabled
|
||||||
|
oneshot
|
||||||
|
|
||||||
|
on property:vendor.ril.muxreport=1
|
||||||
|
start vendor.muxreport-daemon
|
||||||
Binary file not shown.
Reference in New Issue
Block a user