build-profile.json5 574 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "apiType": "stageMode",
  3. "buildOption": {
  4. "arkOptions": {
  5. "branchElimination": true,
  6. "runtimeOnly": {
  7. "packages": [
  8. '@hadss/debug-db'
  9. ],
  10. },
  11. }
  12. },
  13. "buildOptionSet": [
  14. {
  15. "name": "release",
  16. "arkOptions": {
  17. "obfuscation": {
  18. "ruleOptions": {
  19. "enable": false,
  20. "files": [
  21. "./obfuscation-rules.txt"
  22. ]
  23. }
  24. }
  25. }
  26. },
  27. ],
  28. "targets": [
  29. {
  30. "name": "default"
  31. },
  32. {
  33. "name": "ohosTest",
  34. }
  35. ]
  36. }