Loading apex/sdkextensions/derive_sdk/Android.bp +4 −4 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,11 @@ cc_defaults { type: "lite", type: "lite", static: true, static: true, }, }, sdk_version: "current", min_sdk_version: "current", stl: "c++_static", stl: "c++_static", shared_libs: [ "liblog" ], shared_libs: [ static_libs: [ "libbase", "libbase_ndk", "liblog", ], ], } } Loading Loading
apex/sdkextensions/derive_sdk/Android.bp +4 −4 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,11 @@ cc_defaults { type: "lite", type: "lite", static: true, static: true, }, }, sdk_version: "current", min_sdk_version: "current", stl: "c++_static", stl: "c++_static", shared_libs: [ "liblog" ], shared_libs: [ static_libs: [ "libbase", "libbase_ndk", "liblog", ], ], } } Loading