diff options
author | Ying Wang <wangying@google.com> | 2013-03-08 02:30:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-03-08 02:30:48 +0000 |
commit | c47bea9dd9288bf429afe1434829afd5e8c208a0 (patch) | |
tree | ceae4557feb07b0d53e6e65c7d5a6d7cd54af5d4 /target | |
parent | 161e0ef974d0cddf74b82bbe9c0843ca6f2f320e (diff) | |
parent | 512b9628b0cf6dada6188e942d1f4bd5df0308aa (diff) | |
download | build-c47bea9dd9288bf429afe1434829afd5e8c208a0.zip build-c47bea9dd9288bf429afe1434829afd5e8c208a0.tar.gz build-c47bea9dd9288bf429afe1434829afd5e8c208a0.tar.bz2 |
Merge "Remove nonexisting module names."
Diffstat (limited to 'target')
-rw-r--r-- | target/product/embedded.mk | 1 | ||||
-rw-r--r-- | target/product/emulator.mk | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 7f681b1..0830101 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \ libstdc++ \ libstlport \ libsurfaceflinger \ - libsurfaceflinger_client \ libsurfaceflinger_ddmconnection \ libsysutils \ libthread_db \ diff --git a/target/product/emulator.mk b/target/product/emulator.mk index 1dcdc60..b0cc04b 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -37,11 +37,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ egl.cfg \ - gles_emul.cfg \ - libGLESv1_CM_emul \ - libGLESv2_emul \ - libEGL_emul \ - libut_rendercontrol_enc \ gralloc.goldfish \ libGLESv1_CM_emulation \ lib_renderControl_enc \ |