aboutsummaryrefslogtreecommitdiff
path: root/init/Android.bp
diff options
context:
space:
mode:
authorLucchetto <lucchetto.tie@live.com>2020-09-16 18:48:36 +0200
committerDavide Garberi <dade.garberi@gmail.com>2021-10-19 15:09:38 +0200
commitabcdf83e230f13bd02a9efa40477d8a879f4e596 (patch)
treed878e84daad1de73da77dd564deac6704be8a746 /init/Android.bp
parent49e705c3c0a3a87f974a367af5c31d8b0d974b6c (diff)
msm8996-common: Adapt libinit to Android 11
Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
Diffstat (limited to 'init/Android.bp')
-rw-r--r--init/Android.bp5
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",
]
}