mirror of
https://github.com/Evolution-X/packages_apps_EvoEgg
synced 2026-01-27 07:19:20 +00:00
EvoEgg: Initial app import
* Referenced from : https://github.com/AICP/packages_apps_Settings/blob/n7.1/src/com/android/settings/aicp/Nyandroid.java All credits for Nyandroid.java go to the original authors. Check the following commit for more details: AICP/packages_apps_Settings@b16b149 Co-authored-by: oddlyspaced <oddlyspaced1@gmail.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
18
Android.bp
Normal file
18
Android.bp
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user