msm8953-common: Adapt libinit to Android 11

Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
This commit is contained in:
Lucchetto
2020-09-16 18:48:36 +02:00
committed by jeangraff30
parent e9c28120b4
commit 7ebebdc551
2 changed files with 22 additions and 20 deletions

View File

@@ -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",
]
}