eqs: initial rebrand
This commit is contained in:
parent
c92ac5f61f
commit
ee61490715
35 changed files with 94 additions and 62 deletions
19
libinit/Android.bp.bak
Normal file
19
libinit/Android.bp.bak
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// Copyright (C) 2022 Team Win Recovery Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library_static {
|
||||
name: "libinit_eqs",
|
||||
recovery_available: true,
|
||||
srcs: ["init_eqs.cpp"],
|
||||
whole_static_libs: ["libbase"],
|
||||
include_dirs: [
|
||||
"system/core/init",
|
||||
"system/libbase/include"
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue