universal7885: Major (de)commonize due to prev commit

This commit is contained in:
roynatech2544 2021-12-02 20:00:00 +09:00
commit 07b209df81
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
31 changed files with 606 additions and 66 deletions

View file

@ -13,10 +13,10 @@
// limitations under the License.
cc_library_static {
name: "libinit_universal7884B",
name: "libinit_universal7885",
recovery_available: true,
whole_static_libs: ["libbase"],
header_libs: ["libbase_headers"],
srcs: ["init_universal7884B.cpp"],
srcs: ["init_universal7885.cpp"],
include_dirs: ["system/core/init"]
}