diff options
author | Xavier Ducrohet <xav@google.com> | 2014-05-09 00:52:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-09 00:52:34 +0000 |
commit | 05a7a955c12318a8f44c1fea467afde96a45342b (patch) | |
tree | e8d0b3658b02f5d207420a48c0afbc89d8a5cac9 /target/product | |
parent | d6214b3161161faf63a60b3ad3f595569a481192 (diff) | |
parent | afe444a564ed72cdda792822a0c9dab57a8c9172 (diff) | |
download | build-05a7a955c12318a8f44c1fea467afde96a45342b.zip build-05a7a955c12318a8f44c1fea467afde96a45342b.tar.gz build-05a7a955c12318a8f44c1fea467afde96a45342b.tar.bz2 |
am afe444a5: Merge "Remove SDK Tools from platform builds."
* commit 'afe444a564ed72cdda792822a0c9dab57a8c9172':
Remove SDK Tools from platform builds.
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/emulator.mk | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/target/product/emulator.mk b/target/product/emulator.mk index c094a92..62099df 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -20,21 +20,7 @@ # Host modules PRODUCT_PACKAGES += \ - emulator \ - emulator-x86 \ - emulator-arm \ - emulator-mips \ - emulator64-x86 \ - emulator64-arm \ - emulator64-mips \ - libOpenglRender \ - libGLES_CM_translator \ - libGLES_V2_translator \ - libEGL_translator \ - lib64OpenglRender \ - lib64GLES_CM_translator \ - lib64GLES_V2_translator \ - lib64EGL_translator + # Device modules PRODUCT_PACKAGES += \ |