mirror of
https://github.com/Evolution-X/packages_apps_EvoEgg
synced 2026-01-27 07:19:20 +00:00
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
|
|
//
|
||
|
|
// Copyright (C) 2019-2024 The Evolution X Project
|
||
|
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
//
|
||
|
|
|
||
|
|
android_app {
|
||
|
|
name: "EvoEgg",
|
||
|
|
srcs: ["src/**/*.java"],
|
||
|
|
resource_dirs: ["res"],
|
||
|
|
certificate: "platform",
|
||
|
|
platform_apis: true,
|
||
|
|
system_ext_specific: true,
|
||
|
|
|
||
|
|
static_libs: [
|
||
|
|
"androidx.core_core",
|
||
|
|
"androidx.preference_preference",
|
||
|
|
],
|
||
|
|
}
|