No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

44 líneas
1.2KB

  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "compileSdkVersion": 9,
  5. "compatibleSdkVersion": 9,
  6. "products": [
  7. {
  8. "name": "default",
  9. "signingConfig": "default",
  10. //"buildOption": {
  11. // "packOptions": {
  12. // /**
  13. // * If the size of the HAP file of the atomic service's entry module
  14. // * is equal to or greater than the mainPackageLimitSize value, packaging will fail.
  15. // * If the HAP file is equal to or greater than 2 MB, it will fail to be released to AppGallery.
  16. // */
  17. // "mainPackageLimitSize": 2,
  18. //
  19. // /**
  20. // * If the size of the HAP file of the atomic service's non-entry modules
  21. // * is equal to or greater than the normalPackageLimitSize value, packaging will fail.
  22. // * If the HAP file is equal to or greater than 2 MB, it will fail to be released to AppGallery.
  23. // */
  24. // "normalPackageLimitSize": 2
  25. // }
  26. //}
  27. }
  28. ]
  29. },
  30. "modules": [
  31. {
  32. "name": "entry",
  33. "srcPath": "./entry",
  34. "targets": [
  35. {
  36. "name": "default",
  37. "applyToProducts": [
  38. "default"
  39. ]
  40. }
  41. ]
  42. }
  43. ]
  44. }