1234567891011121314151617181920212223242526 |
- //
- // Copyright (C) 2017-2020 The LineageOS Project
- //
- // SPDX-License-Identifier: Apache-2.0
- //
- android_app {
- name: "XiaomiParts",
- srcs: ["src/**/*.java"],
- resource_dirs: ["res"],
- certificate: "platform",
- platform_apis: true,
- system_ext_specific: true,
- privileged: true,
- static_libs: [
- "org.pixelexperience.settings.resources",
- ],
- optimize: {
- proguard_flags_files: ["proguard.flags"],
- },
- }
|