build-profile.json5 397 B

123456789101112131415161718192021222324252627
  1. {
  2. "apiType": "stageMode",
  3. "buildOption": {
  4. },
  5. "buildOptionSet": [
  6. {
  7. "name": "release",
  8. "arkOptions": {
  9. "obfuscation" : {
  10. "ruleOptions":{
  11. "enable": false,
  12. "files": ["./obfuscation-rules.txt"]
  13. }
  14. }
  15. }
  16. },
  17. ],
  18. "targets": [
  19. {
  20. "name": "default"
  21. }
  22. ,
  23. {
  24. "name": "ohosTest",
  25. }
  26. ]
  27. }