| OLD | NEW |
| 1 Name: Android Platform engineering tools | 1 Name: Android Platform engineering tools |
| 2 Short Name: android platform development | 2 Short Name: android platform development |
| 3 URL: https://android.googlesource.com/platform/development | 3 URL: https://android.googlesource.com/platform/development |
| 4 Version: 0 | 4 Version: 0 |
| 5 Date: 2014/05/02 | 5 Date: 2014/05/02 |
| 6 Revision: 1b10ec4 | 6 Revision: 1b10ec4 |
| 7 License: Apache 2.0 | 7 License: Apache 2.0 |
| 8 License File: NOT_SHIPPED | 8 License File: NOT_SHIPPED |
| 9 Security Critical: no | 9 Security Critical: no |
| 10 | 10 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 Added support for arch=x64 as an alias to arch=x86_64 | 34 Added support for arch=x64 as an alias to arch=x86_64 |
| 35 Added debug logging and --verbose parameter. | 35 Added debug logging and --verbose parameter. |
| 36 | 36 |
| 37 Android relocation packing tool details: | 37 Android relocation packing tool details: |
| 38 Copy sources from AOSP bionic/tools/relocation_packer | 38 Copy sources from AOSP bionic/tools/relocation_packer |
| 39 Remove scripts that regenerate golden test data (not relevant here) | 39 Remove scripts that regenerate golden test data (not relevant here) |
| 40 Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc | 40 Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc |
| 41 Create gyp build | 41 Create gyp build |
| 42 Create gn build (currently packer only; no unit tests) | 42 Create gn build (currently packer only; no unit tests) |
| 43 Apply https://android-review.googlesource.com/#/c/143878/ | 43 Apply https://android-review.googlesource.com/#/c/143878/ |
| 44 Apply https://android-review.googlesource.com/#/c/147620/ |
| 45 https://android-review.googlesource.com/#/c/147745/ |
| 46 https://android-review.googlesource.com/#/c/148073/ |
| OLD | NEW |