8 lines
234 B
Bash
Executable File
8 lines
234 B
Bash
Executable File
# This file is executed by build/envsetup.sh, and can use anything
|
|
# defined in envsetup.sh.
|
|
|
|
add_lunch_combo redroid_x86_64-userdebug
|
|
add_lunch_combo redroid_arm64-userdebug
|
|
|
|
export PATH=$(pwd)/prebuilts/jdk/jdk8/linux-x86/bin:$PATH
|