Created
December 4, 2023 04:15
-
-
Save PIPIPIG233666/0f3535effe5154ae48c9763dca2955c1 to your computer and use it in GitHub Desktop.
oplus's crappy symlink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./mm/oplus_mm -> ../../../vendor/oplus/kernel/mm | |
./drivers/android/oplus_binder -> ../../../../vendor/oplus/kernel/ipc | |
./drivers/base/kernelFwUpdate -> ../../../../vendor/oplus/kernel/touchpanel/kernelFwUpdate | |
./drivers/dma-buf/heaps/oplus_boostpool -> ../../../../../vendor/oplus/kernel/oplus_performance_5.10/misc/mm_boost_pool/ | |
./drivers/input/touchscreen/oplus_touchscreen_v2 -> ../../../../../vendor/oplus/kernel/touchpanel/oplus_touchscreen_v2 | |
./drivers/input/touchscreen/synaptics_hbp -> ../../../../../vendor/oplus/kernel/touchpanel/synaptics_hbp | |
./drivers/input/oplus_fp_driver -> ../../../../vendor/ | |
./drivers/input/uff_fp_drivers -> ../../../../vendor/oplus/secure/biometrics/fingerprints/bsp/uff/driver | |
./drivers/power/oplus -> ../../../../vendor/oplus/kernel/charger | |
./drivers/soc/oplus/oplus_consumer_ir -> ../../../../../vendor/oplus/sensor/kernel/oplus_consumer_ir | |
./drivers/soc/oplus/sensor -> ../../../../../vendor/oplus/sensor/kernel/qcom/sensor/ | |
./drivers/soc/oplus/device_info -> ../../../../../vendor/oplus/kernel/device_info/device_info | |
./drivers/soc/oplus/hans -> ../../../../../vendor/oplus/kernel/hans | |
./drivers/soc/oplus/mdmfeature -> ../../../../../vendor/oplus/hardware/radio/kernel/mdmfeature | |
./drivers/soc/oplus/mdmrst -> ../../../../../vendor/oplus/hardware/radio/kernel/mdmrst | |
./drivers/soc/oplus/multimedia -> ../../../../../vendor/oplus/kernel/multimedia/feedback | |
./include/linux/cpufreq_effiency.h -> ../../kernel/oplus_cpu/cpufreq_effiency/cpufreq_effiency.h | |
./include/linux/cpufreq_health.h -> ../../kernel/oplus_cpu/cpufreq_health/cpufreq_health.h | |
./include/soc/oplus/oplus_mm_kevent_fb.h -> ../../../../../vendor/oplus/kernel/multimedia/feedback/oplus_mm_kevent_fb.h | |
./include/soc/oplus/touchpanel_event_notify.h -> ../../../../../vendor/oplus/kernel/touchpanel/oplus_touchscreen_v2/touchpanel_notify/touchpanel_event_notify.h | |
./kernel/locking/oplus_locking -> ../../../../vendor/oplus/kernel/synchronize | |
./kernel/sched/walt/oem_sched -> ../../oplus_cpu/misc/sched_assist | |
./kernel/sched/walt/tuning -> ../../../../../vendor/oplus/kernel/oplus_performance_5.10/misc/sched_input_boost/ | |
./kernel/oplus_cpu -> ../../../vendor/oplus/kernel/cpu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for lnk in
find . -type l|grep oplus
; do src=$(readlink $lnk) && rm $lnk && cp -r $src $lnk; doneuse^ this to replace
be sure to put the symlink in the right dir