diff options
author | Raphael Moll <raphael@google.com> | 2012-03-30 15:50:45 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-04-23 14:18:37 -0700 |
commit | 5abe8b2ee87ecfeb7618f18b8ec0883237824e62 (patch) | |
tree | 50a189cc5b5a4f1a37439663c6d93116d3d446b5 /build/sdk_only_whitelist.mk | |
parent | f11439afbb96a0c5591637d4234c4163bf4618d5 (diff) | |
download | sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.zip sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.gz sdk-5abe8b2ee87ecfeb7618f18b8ec0883237824e62.tar.bz2 |
SDK: build 'monitor' tool and package it in the SDK.
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
Diffstat (limited to 'build/sdk_only_whitelist.mk')
-rw-r--r-- | build/sdk_only_whitelist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/sdk_only_whitelist.mk b/build/sdk_only_whitelist.mk index 7a07297..3a7d9a3 100644 --- a/build/sdk_only_whitelist.mk +++ b/build/sdk_only_whitelist.mk @@ -54,6 +54,7 @@ subdirs += \ sdk/jarutils \ sdk/layoutlib_api \ sdk/manifmerger \ + sdk/monitor \ sdk/ninepatch \ sdk/rule_api \ sdk/lint \ |