nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags)
2  
3 libs/armeabi/socat: FORCE
4 $(NDK_ROOT)/ndk-build NDK_APPLICATION_MK=`pwd`/Application.mk NDK_APP_OUT=. TARGET_PLATFORM=android-21 GIT_VERSION=$(GIT_VERSION)
5  
6 install: libs/armeabi/socat
7 adb push $< /sdcard/
8 adb shell 'su -c "mount -o remount,rw /system"'
9 adb shell 'su -c "cp /sdcard/socat /system/bin/socat"'
10 adb shell 'su -c "chmod +x /system/bin/socat"'
11  
12 clean:
13 rm -Rf libs
14 rm -Rf local
15  
16 FORCE: