From abcdf83e230f13bd02a9efa40477d8a879f4e596 Mon Sep 17 00:00:00 2001 From: Lucchetto Date: Wed, 16 Sep 2020 18:48:36 +0200 Subject: msm8996-common: Adapt libinit to Android 11 Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550 --- init/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init/Android.bp') 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", ] } -- cgit v1.2.3