build-profile.json5 787 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "apiType": "stageMode",
  3. "buildOption": {
  4. },
  5. "buildOptionSet": [
  6. {
  7. "name": "release",
  8. "arkOptions": {
  9. "obfuscation": {
  10. "ruleOptions": {
  11. "enable": true,
  12. "files": [
  13. "./obfuscation-rules.txt"
  14. ]
  15. },
  16. "consumerFiles": [
  17. "./consumer-rules.txt"
  18. ]
  19. }
  20. },
  21. },
  22. {
  23. "name": "release2",
  24. "arkOptions": {
  25. "obfuscation": {
  26. "ruleOptions": {
  27. "enable": true,
  28. "files": [
  29. "./obfuscation-rules.txt"
  30. ]
  31. },
  32. "consumerFiles": [
  33. "./consumer-rules.txt"
  34. ]
  35. }
  36. },
  37. },
  38. ],
  39. "targets": [
  40. {
  41. "name": "default"
  42. }
  43. ]
  44. }