matisse-common: Adapt libinit to Android 11
Signed-off-by: Mohammad Hasan Keramat J <ikeramat80@gmail.com> Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
This commit is contained in:
parent
edeacea740
commit
c2eb0ef486
2 changed files with 3 additions and 1 deletions
|
@ -23,5 +23,8 @@ cc_library_static {
|
|||
"system/core/base/include",
|
||||
"system/core/init",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
],
|
||||
whole_static_libs: ["libinit_helpers_sam8226"]
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "init_msm8226.h"
|
||||
|
||||
using android::base::GetProperty;
|
||||
using android::init::property_set;
|
||||
|
||||
void vendor_load_properties()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue