diff options
author | Xavier Ducrohet <xav@android.com> | 2011-10-26 16:47:40 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2011-10-26 16:47:40 -0700 |
commit | 3282e9bb4d26e56f4ed37b55b7771db02374d4c8 (patch) | |
tree | a8fca6e50a3a2d87fb85257578819280310d1091 | |
parent | 65216a2d3bdf3e6f07010a8ebfccf17017e96db9 (diff) | |
download | build-3282e9bb4d26e56f4ed37b55b7771db02374d4c8.zip build-3282e9bb4d26e56f4ed37b55b7771db02374d4c8.tar.gz build-3282e9bb4d26e56f4ed37b55b7771db02374d4c8.tar.bz2 |
Remove references to layoutopt from the build.
Change-Id: I54a41f47a380531f4b50eb26e67e8f52b63269a5
-rw-r--r-- | core/main.mk | 1 | ||||
-rw-r--r-- | core/user_tags.mk | 1 | ||||
-rw-r--r-- | target/product/sdk.mk | 1 |
3 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..355f48b 100644 --- a/core/user_tags.mk +++ b/core/user_tags.mk @@ -171,7 +171,6 @@ GRANDFATHERED_USER_MODULES += \ layoutlib_api \ layoutlib_create \ layoutlib_utils \ - layoutopt \ liba2dp \ libabi \ libandroid \ diff --git a/target/product/sdk.mk b/target/product/sdk.mk index ceb1898..886a7d3 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -77,7 +77,6 @@ PRODUCT_PACKAGES += \ ddms \ hierarchyviewer \ draw9patch \ - layoutopt \ traceview \ android \ dexdump \ |