build-profile.json5 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "apiType": "stageMode",
  3. "buildOption": {
  4. "externalNativeOptions": {
  5. "abiFilters": [
  6. "arm64-v8a",
  7. "x86_64"
  8. ]
  9. },
  10. "sourceOption": {
  11. "workers": [
  12. './src/main/ets/workers/History_indexer.ets',
  13. './src/main/ets/workers/History_index_loader.ets',
  14. './src/main/ets/workers/History_index_saver.ets'
  15. ]
  16. },
  17. },
  18. "buildOptionSet": [
  19. {
  20. "name": "release",
  21. "arkOptions": {
  22. "obfuscation": {
  23. "ruleOptions": {
  24. "enable": false,
  25. "files": [
  26. "./obfuscation-rules.txt"
  27. ]
  28. }
  29. }
  30. }
  31. },
  32. ],
  33. "targets": [
  34. {
  35. "name": "default"
  36. },
  37. {
  38. "name": "ohosTest",
  39. }
  40. ]
  41. }