add prebuilt JDK to PATH

This commit is contained in:
Ziyang Zhou
2022-03-03 21:23:56 +08:00
parent 0ff03cd548
commit 47459f39d6

View File

@@ -3,3 +3,5 @@
add_lunch_combo redroid_x86_64-userdebug
add_lunch_combo redroid_arm64-userdebug
export PATH=$(pwd)/prebuilts/jdk/jdk8/linux-x86/bin:$PATH