Skip to content

Commit

Permalink
alioth: parts: Convert to Android.bp
Browse files Browse the repository at this point in the history
Change-Id: Iecd8bbc5f1351ad29c974ef08dd3948eabacf2b3
  • Loading branch information
PIPIPIG233666 authored and Laulan56 committed Aug 15, 2022
1 parent 5e55f0b commit f2f2641
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 35 deletions.
29 changes: 29 additions & 0 deletions parts/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// Copyright (C) 2017-2020 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//

android_app {
name: "XiaomiParts",
defaults: [
"SettingsLibDefaults",
],

srcs: ["src/**/*.java"],
resource_dirs: ["res"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
privileged: true,

static_libs: [
"androidx.core_core",
"androidx.preference_preference",
"org.lineageos.settings.resources",
],

optimize: {
proguard_flags_files: ["proguard.flags"],
},
}
35 changes: 0 additions & 35 deletions parts/Android.mk

This file was deleted.

0 comments on commit f2f2641

Please sign in to comment.