From 446ae75fb7a596f86e40f700b82bf6199f9be22b Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 22 Sep 2015 12:49:39 -0700 Subject: [PATCH] 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 --- target/product/core_tiny.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index 39789d9cf..4abe3862e 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -56,6 +56,7 @@ PRODUCT_PACKAGES += \ iptables \ keystore \ keystore.default \ + ld.mc \ libOpenMAXAL \ libOpenSLES \ libdownmix \