diff options
author | Stephen Hines <srhines@google.com> | 2015-09-22 12:49:39 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2015-09-22 12:54:54 -0700 |
commit | 5e704686571beb1c5ccbece9a33bb82306b35598 (patch) | |
tree | b73ee7087f46ab055d79ca95a8636f2c4129f942 /target | |
parent | d3d0347be045d63328558d13cba81d90a0247b44 (diff) | |
download | build-5e704686571beb1c5ccbece9a33bb82306b35598.zip build-5e704686571beb1c5ccbece9a33bb82306b35598.tar.gz build-5e704686571beb1c5ccbece9a33bb82306b35598.tar.bz2 |
Add ld.mc as a requirement for core_tiny.mk as well.
Bug: 24171451
I missed this when I initially added ld.mc as a requirement for
core_minimal.mk. This is required for RenderScript linking on the
device.
Change-Id: Ie3ffa2454214f886c38387f45b34df2dcbebd6e6
(cherry picked from commit 446ae75fb7a596f86e40f700b82bf6199f9be22b)
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core_tiny.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index 0a92275..2be0507 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \ gatekeeperd \ keystore \ keystore.default \ + ld.mc \ libOpenMAXAL \ libOpenSLES \ libdownmix \ |