鸿蒙开发基础库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 月之前
12345678910111213141516171819202122232425262728
  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. "targets": [
  24. {
  25. "name": "default"
  26. }
  27. ]
  28. }