Chromium Code Reviews| Index: third_party/android_platform/README.chromium |
| diff --git a/third_party/android_platform/README.chromium b/third_party/android_platform/README.chromium |
| index f6645b6026c783a08324823cbd8756fac2178036..53f242992c0a535e4015fae923fe4516bf2988e7 100644 |
| --- a/third_party/android_platform/README.chromium |
| +++ b/third_party/android_platform/README.chromium |
| @@ -15,6 +15,9 @@ glue layer against. The AOSP framework is built from the Android release tag |
| after which it is named, and the jar can be built by invoking make on the |
| android_system_stubs target. |
| +Also includes a ported copy of the Android relocation packing tool source, |
| +along with the files required to build it in the chromium tree. |
| + |
| Local Modifications: |
| Only picked the few scripts needed by chrome. |
| Updated output directories to use environment variable. |
| @@ -24,3 +27,10 @@ Added support for parsing LOG(FATAL) and DCHECK errors and their |
| Added support for finding symbols when library is loaded directly from the APK. |
| Changed the toolchain to remove references to 4.6 toolchains. |
| Added support for arch=x64 as an alias to arch=x86_64 |
| + |
| +Android relocation packing tool details: |
| + Copy sources from AOSP bionic/tools/relocation_packer |
|
rmcilroy
2015/03/20 17:38:26
Can you put the relocation packer in the same dire
simonb (inactive)
2015/03/20 18:33:24
Done.
|
| + Remove scripts that regenerate golden test data (not relevant here) |
| + Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc |
| + Create gyp build |
| + Create gn build (currently packer only; no unit tests) |