Android.bp 456 B

1234567891011121314151617181920212223242526
  1. //
  2. // Copyright (C) 2017-2020 The LineageOS Project
  3. //
  4. // SPDX-License-Identifier: Apache-2.0
  5. //
  6. android_app {
  7. name: "XiaomiParts",
  8. srcs: ["src/**/*.java"],
  9. resource_dirs: ["res"],
  10. certificate: "platform",
  11. platform_apis: true,
  12. system_ext_specific: true,
  13. privileged: true,
  14. static_libs: [
  15. "org.pixelexperience.settings.resources",
  16. ],
  17. optimize: {
  18. proguard_flags_files: ["proguard.flags"],
  19. },
  20. }