项目场景:
默认情况下,user版本是不能没有root权限和remount权限的,但是有些特殊情况下,我们可能需要让user版本的软件也具有adb root和adb remount的功能。
修改文件
modified: build/make/target/product/base_system.mk
modified: build/make/tools/post_process_props.py
modified: device/sprd/generic_mpool/module/generic/mainline/mtype/gms/gms.mk
modified: frameworks/base/services/core/java/com/android/server/adb/AdbDebuggingManager.java
modified: packages/modules/adb/daemon/main.cpp
modified: system/core/fs_mgr/Android.bp
modified: system/core/fs_mgr/clean_scratch_files.rc
modified: system/core/fs_mgr/fs_mgr_remount.cpp
modified: system/core/init/property_service.cpp
modified: system/core/init/selinux.cpp