android_device_xiaomi_monet/parts/Android.bp
Bruno Martins 94ef95a83a Monet: Import devicesettings
* Base off LineageOS/android_device_xiaomi_sdm845-common.

Change-Id: I0d461134e1a2513ad410d46527e7d7eb968d2ba9
2021-07-05 14:02:58 +02:00

20 lines
344 B
Plaintext

//
// Copyright (C) 2017-2021 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "DeviceParts",
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
certificate: "platform",
platform_apis: true,
privileged: true,
static_libs: [
"org.lineageos.settings.resources",
],
}