build-profile.json5 384 B

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