mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 08:10:11 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user