remove flatbuffers tests from android (#7959)

This commit is contained in:
Derek Bailey
2023-05-12 21:49:33 -07:00
committed by GitHub
parent 17b9eed4e1
commit fe5e4c71c5
2 changed files with 0 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ find_library( # Sets the name of the path variable.
target_link_libraries( # Specifies the target library.
native-lib
flatbuffers
flatbuffers_tests
# Links the target library to the log library
# included in the NDK.
${log-lib} )