mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
13
tools/testing/selftests/user/Makefile
Normal file
13
tools/testing/selftests/user/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Makefile for user memory selftests
|
||||
|
||||
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
|
||||
all:
|
||||
|
||||
run_tests: all
|
||||
@if /sbin/modprobe test_user_copy ; then \
|
||||
rmmod test_user_copy; \
|
||||
echo "user_copy: ok"; \
|
||||
else \
|
||||
echo "user_copy: [FAIL]"; \
|
||||
exit 1; \
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue