diff options
author | Tor Norbye <tnorbye@google.com> | 2011-10-20 22:13:09 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-10-26 13:37:59 -0700 |
commit | 7a23d45cdca22751c421427ce0e4e12df31945d2 (patch) | |
tree | aa72922aa9cf2a7f38f0dab9104cef4445ec07d7 /core | |
parent | 4377cc701a0bef32aaff34d0d119974544fd20d6 (diff) | |
download | build-7a23d45cdca22751c421427ce0e4e12df31945d2.zip build-7a23d45cdca22751c421427ce0e4e12df31945d2.tar.gz build-7a23d45cdca22751c421427ce0e4e12df31945d2.tar.bz2 |
Remove layoutopt; replaced by the more generic "lint" tool.
Change-Id: I5754d10ec7b3fd03a2eb9a70e5f73201f909e11e
Diffstat (limited to 'core')
-rw-r--r-- | core/main.mk | 1 | ||||
-rw-r--r-- | core/user_tags.mk | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/core/main.mk b/core/main.mk index 569d4dc..e35f228 100644 --- a/core/main.mk +++ b/core/main.mk @@ -441,7 +441,6 @@ subdirs += \ sdk/ide_common \ sdk/jarutils \ sdk/layoutlib_api \ - sdk/layoutopt \ sdk/ninepatch \ sdk/rule_api \ sdk/lint \ diff --git a/core/user_tags.mk b/core/user_tags.mk index 2e7017e..d44046d 100644 --- a/core/user_tags.mk +++ b/core/user_tags.mk @@ -134,7 +134,6 @@ GRANDFATHERED_USER_MODULES += \ gps.mahimahi \ gralloc.default \ gralloc.qsd8k \ - groovy-all-1.7.0 \ grxmlcompile \ guava \ guavalib \ @@ -171,7 +170,6 @@ GRANDFATHERED_USER_MODULES += \ layoutlib_api \ layoutlib_create \ layoutlib_utils \ - layoutopt \ liba2dp \ libabi \ libandroid \ |