Skip to content

Commit

Permalink
Update 6_android.md
Browse files Browse the repository at this point in the history
remove pattern matching guide
  • Loading branch information
ethanleelge authored Feb 26, 2025
1 parent e767c0c commit 91dae5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanner/6_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ Run the FOSSLight Android. (At this time, the build output (/out directory) and
Optional
-h Print help message
-m Analyze the source code for the path where the license could not be found.
-e <path1> <path2..> Path to exclude from source analysis.(Pattern matching is available)
-e <path1> <path2..> Path to exclude from source analysis.
-p Check files that should not be included in the Packaging file.
-f Print result of Find Command for binary that can not find Source Code Path.
-t Collect NOTICE for binaries that are not added to NOTICE.html.
-d Divide needtoadd-notice.html by binary.
-i Disable the function to automatically convert OSS names based on AOSP.
-r <result.txt> result.txt file with a list of binaries to remove.
```
- 📃 [Pattern mathcing guide](https://scancode-toolkit.readthedocs.io/en/stable/cli-reference/scan-options-pre.html?highlight=ignore#glob-pattern-matching)
## 📁 Result
- fosslight_report_[datetime].xlsx : This is a report outputting OSS information for each binary detected in the output.
Expand Down

0 comments on commit 91dae5a

Please sign in to comment.