diff options
author | James Dong <jdong@google.com> | 2012-01-30 12:28:19 -0800 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-01-30 12:29:18 -0800 |
commit | 7a93b48ad9ffa047f572cf51f46ea5863e63c224 (patch) | |
tree | 744e6603920d3e2a062f65046780f1aa9932c6fe /target/product | |
parent | 077868f8cd30e2e195cbdeb0305596010eafdc8b (diff) | |
download | build-7a93b48ad9ffa047f572cf51f46ea5863e63c224.zip build-7a93b48ad9ffa047f572cf51f46ea5863e63c224.tar.gz build-7a93b48ad9ffa047f572cf51f46ea5863e63c224.tar.bz2 |
Added libstagefright_soft_aacenc to all builds of all products
o related-to-bug: 5939000
Change-Id: I938890486ba560d598888a3dd73c8b16d3d82aa0
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/core.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index e25294b..5791048 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -85,10 +85,11 @@ PRODUCT_PACKAGES := \ libspeexresampler \ libsqlite_jni \ libssl \ - libstagefright_soft_h264dec \ libstagefright_soft_aacdec \ + libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ libstagefright_soft_g711dec \ + libstagefright_soft_h264dec \ libstagefright_soft_mp3dec \ libstagefright_soft_mpeg4dec \ libstagefright_soft_vorbisdec \ |