diff options
Diffstat (limited to 'init/Android.bp')
-rw-r--r-- | init/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Android.bp b/init/Android.bp index 7cc57b6..dad6e26 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2019 The LineageOS Project +// Copyright (C) 2019-2020 The LineageOS Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -21,5 +21,8 @@ cc_library_static { include_dirs: [ "system/core/base/include", "system/core/init" + ], + shared_libs: [ + "libbase", ] } |