mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
5 lines
194 B
Makefile
5 lines
194 B
Makefile
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
|