diff options
author | Andreas Huber <andih@google.com> | 2014-02-06 09:28:00 -0800 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2014-02-06 09:29:48 -0800 |
commit | a42d3a4865785f75da449f6dc28f7d9054ea2418 (patch) | |
tree | 4f76c165bcfaef37aff5868ce936839dae9cdcb1 /target/product/core_base.mk | |
parent | 5d8ee7150668cf3c0c034ff42d1a8f43cca7aa8b (diff) | |
download | build-a42d3a4865785f75da449f6dc28f7d9054ea2418.zip build-a42d3a4865785f75da449f6dc28f7d9054ea2418.tar.gz build-a42d3a4865785f75da449f6dc28f7d9054ea2418.tar.bz2 |
fix the build, libstagefright_chromium_http is no longer needed.
Change-Id: I1777b3e9157a4bdb868b9e14cc62422b1e017c5d
Diffstat (limited to 'target/product/core_base.mk')
-rw-r--r-- | target/product/core_base.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/product/core_base.mk b/target/product/core_base.mk index d7cf810..7e8615e 100644 --- a/target/product/core_base.mk +++ b/target/product/core_base.mk @@ -39,7 +39,6 @@ PRODUCT_PACKAGES += \ libportable \ libpowermanager \ libspeexresampler \ - libstagefright_chromium_http \ libstagefright_soft_aacdec \ libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ @@ -85,4 +84,4 @@ PRODUCT_BOOT_JARS := \ services \ apache-xml \ webviewchromium \ - wifi-service
\ No newline at end of file + wifi-service |