hacks: add a makefile and a README

This commit is contained in:
Mis012
2023-01-19 17:09:58 +01:00
parent 27f3d288dd
commit cdb62dcd83
2 changed files with 20 additions and 0 deletions

5
hacks/ctr2/Makefile Normal file
View 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