Co-authored-by: Onelots <onelots@onelots.fr> Signed-off-by: KimelaZX <mmikailrei@gmail.com>
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
//
|
|
// SPDX-FileCopyrightText: The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
soong_namespace {
|
|
}
|
|
|
|
cc_library_shared {
|
|
name: "libaedv",
|
|
vendor: true,
|
|
srcs: ["aee.c"],
|
|
shared_libs: ["liblog"],
|
|
}
|