Loading libs/androidfw/Android.bp +21 −4 Original line number Diff line number Diff line Loading @@ -160,10 +160,17 @@ cc_test { "tests/ObbFile_test.cpp", "tests/PosixUtils_test.cpp", ], shared_libs: common_test_libs + ["libbinder", "liblog", "libui"], shared_libs: common_test_libs + [ "libbinder", "liblog", "libui", ], }, host: { static_libs: common_test_libs + ["liblog", "libz"], static_libs: common_test_libs + [ "liblog", "libz", ], }, }, data: [ Loading Loading @@ -204,10 +211,20 @@ cc_library { export_include_dirs: ["include"], target: { android: { shared_libs: common_test_libs + ["libbinder", "liblog"], shared_libs: common_test_libs + [ "libbinder", "liblog", ], }, host: { static_libs: common_test_libs + ["libbinder", "liblog"], static_libs: common_test_libs + [ "libbinder", "liblog", ], }, darwin: { // libbinder is not supported on mac enabled: false, }, }, } libs/androidfw/fuzz/cursorwindow_fuzzer/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,9 @@ cc_fuzz { "libutils", ], }, darwin: { // libbinder is not supported on mac enabled: false, }, }, } Loading
libs/androidfw/Android.bp +21 −4 Original line number Diff line number Diff line Loading @@ -160,10 +160,17 @@ cc_test { "tests/ObbFile_test.cpp", "tests/PosixUtils_test.cpp", ], shared_libs: common_test_libs + ["libbinder", "liblog", "libui"], shared_libs: common_test_libs + [ "libbinder", "liblog", "libui", ], }, host: { static_libs: common_test_libs + ["liblog", "libz"], static_libs: common_test_libs + [ "liblog", "libz", ], }, }, data: [ Loading Loading @@ -204,10 +211,20 @@ cc_library { export_include_dirs: ["include"], target: { android: { shared_libs: common_test_libs + ["libbinder", "liblog"], shared_libs: common_test_libs + [ "libbinder", "liblog", ], }, host: { static_libs: common_test_libs + ["libbinder", "liblog"], static_libs: common_test_libs + [ "libbinder", "liblog", ], }, darwin: { // libbinder is not supported on mac enabled: false, }, }, }
libs/androidfw/fuzz/cursorwindow_fuzzer/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,9 @@ cc_fuzz { "libutils", ], }, darwin: { // libbinder is not supported on mac enabled: false, }, }, }