[android] remove Android.bp (#6266)

Android.bp is unable to be checked by github actions. This commit
removes the Android.bp. The Android.bp will be added to the Android
repo.
This commit is contained in:
Zhanglong Xia
2021-03-11 12:05:55 -08:00
committed by GitHub
parent 66358d3848
commit 96fe3dd59f
4 changed files with 0 additions and 826 deletions
-13
View File
@@ -159,19 +159,6 @@ update_build_file(android_mk_file, start_string, end_string, formatted_list)
print("Updated " + android_mk_file)
#----------------------------------------------------------------------------------------------
# Update Android.bp file
android_bp_file = "./Android.bp"
formatted_list = [" \"{}\",\n".format(file_name) for file_name in core_cpp_files]
search_string = " name: \"ot-core\","
start_string = " srcs: [\n"
end_string = " \"src/lib/hdlc/hdlc.cpp\","
update_build_file(android_bp_file, start_string, end_string, formatted_list, search_string)
print("Updated " + android_bp_file)
#----------------------------------------------------------------------------------------------
# Update Makefile.am files