You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
hacks: add a makefile and a README
This commit is contained in:
5
hacks/ctr2/Makefile
Normal file
5
hacks/ctr2/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
javac -source 7 -target 7 -cp ../../*/src/api-impl/hax.jar com/google/android/youtube/player/*.java
|
||||
dx --dex --output=classes3.dex com/google/android/youtube/player/*.class
|
||||
default:
|
||||
all
|
||||
Reference in New Issue
Block a user