Android.bp 703 B

123456789101112131415161718
  1. java_defaults {
  2. name: "OpenEUICC-deps-defaults",
  3. static_libs: [
  4. // DO NOT EDIT THIS SECTION MANUALLY
  5. "androidx.core_core-ktx",
  6. "androidx.appcompat_appcompat",
  7. "com.google.android.material_material",
  8. "androidx-constraintlayout_constraintlayout",
  9. "androidx.preference_preference",
  10. "androidx.lifecycle_lifecycle-runtime-ktx",
  11. "androidx.lifecycle_lifecycle-service",
  12. "androidx.swiperefreshlayout_swiperefreshlayout",
  13. "androidx.cardview_cardview",
  14. "androidx.viewpager2_viewpager2",
  15. "OpenEUICC_androidx.datastore_datastore-preferences",
  16. "OpenEUICC_com.journeyapps_zxing-android-embedded",
  17. ],
  18. }