diff --git a/init/Android.bp b/init/Android.bp index fdb2e58..35d50cc 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -21,5 +21,8 @@ cc_library_static { include_dirs: [ "system/libbase/include", "system/core/init" - ] + ], + shared_libs: [ + "libbase", + ], }