| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The target files should be built as dependencies in the rules that call
create_all_symlinks.sh. We already did this in
sdk/adtproductbuild/Android.mk
and
sdk/monitor/Android.mk.
Bug: 10347826
Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
|
|
|
|
|
|
| |
Properly handles spaces in installation pathname on Windows.
Change-Id: I8bcfd18fddbe6d5ad70a8563e8696af2876c1d1b
|
|
|
|
|
|
| |
Fix the sed filter so that it work on MacOS.
Change-Id: I920e5e713bd48c47c9b9c99ba52be64bcefaa69c
|
|
|
|
|
| |
Change-Id: I12dae7d18d0c89c7ec1f4885c96faf5736ccef4b
Signed-off-by: Duane Sand <duanes@mips.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL fixes two issues:
- Fully expanding the path to the libraries (i.e commong -> out/host/../common.jar)
allows the use of "mm" from sdk/monitor/ folder.
- The target of the build (the monitor script) will now have a timestamp that
corresponds to when it was last built, as opposed to when the source script was
last modified. As a result, timestamps of the dependency jar files are correctly
checked with the last build time of the target.
Change-Id: I77469561d6750d1942cfeda1d6672d6d2a5dad51
|
|\
| |
| |
| |
| | |
* commit '9cf3be76e1a4a478fab213919bd102949ac13649':
SDK: reduce 'make monitor' verbosity
|
| |
| |
| |
| |
| |
| |
| | |
This filters the output of ant and only displays a minimum of state.
However it stil captures the full log and dumps it if an error occurs.
Change-Id: I7ba61c30962ab91421696b02d3829d292de3666a
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: Ic4923d425e5d59f83cfcb88a9e146bae704b2eda
|
|/
|
|
| |
Change-Id: I34d41a2df87d7a6b06bb689e7b339e654e043de8
|
|
|
|
|
|
|
| |
When buid with "USE_MINGW=1 make PRODUCT-sdk-eng" is_sdk_build is
actually not set.
Change-Id: I6953dc9bd4fb7070cfe348f2527bce70b2592dce
|
|
|
|
| |
Change-Id: Ie78ef421e5b7d26782730c4ba091d1d0bb270abe
|
|
Fixed with Siva to use the 'ant' builder from Eclipse's baseBuilder jars.
Changed to use:
- the new external/eclipse-basebuilder for the basebuilder jars.
- the rcp deltapack, located prebuilts/eclipse.
- monitor scripts are now in sdk/monitor.
- configuration is now in out/host/eclipse/rcp/build/configuration
and doesn't change any existing repos.
Requires change I7ab027ff6 from build.git
Change-Id: I72fff09231fc9b3031c10eb42ff821c55af9b5d5
|