add Android 8.1 support

This commit is contained in:
Ziyang Zhou
2021-05-08 13:34:05 +00:00
commit 4ba4ed038b
11 changed files with 418 additions and 0 deletions

9
vendorsetup.sh Executable file
View File

@@ -0,0 +1,9 @@
# This file is executed by build/envsetup.sh, and can use anything
# defined in envsetup.sh.
add_lunch_combo redroid_x86_64-eng
add_lunch_combo redroid_x86_64-userdebug
add_lunch_combo redroid_x86_64-user
add_lunch_combo redroid_arm64-eng
add_lunch_combo redroid_arm64-userdebug
add_lunch_combo redroid_arm64-user