This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To use (with Unity) | |
| # 1. Build the Android APK | |
| # 2. Unzip the apk to a folder | |
| # 3. Locate the libs folder, normally - "\lib\arm64-v8a" | |
| # 4. run script in the folder, a .csv will be generated | |
| # 5. Check the last entry for each .so entry: | |
| # - 1000 - NOT compliant | |
| # - 4000 - 16kb Compliant | |
| param( |
OlderNewer