From 5f074803fbc14d091fb83208b81b3ffa10f54f90 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 8 Nov 2011 09:31:21 -0800 Subject: Build system support to export include paths Bug: 5573756 With this change, we can set LOCAL_EXPORT_C_INCLUDE_DIRS in the module definition to export include dir paths. Paths in LOCAL_EXPORT_C_INCLUDE_DIRS should be relative to the top dir of the source tree. If a library (shared or static) exports some include paths, any module using it will import the include paths and add them to the compiler command line. Change-Id: I49aabc589d2cf214044d13ccd5532ef68209adf0 --- core/legacy_prebuilts.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'core/legacy_prebuilts.mk') diff --git a/core/legacy_prebuilts.mk b/core/legacy_prebuilts.mk index 41943b1..4b6b36f 100644 --- a/core/legacy_prebuilts.mk +++ b/core/legacy_prebuilts.mk @@ -84,7 +84,6 @@ GRANDFATHERED_ALL_PREBUILT := \ libGLESv1_CM_tegra.so \ libGLESv2_POWERVR_SGX530_121.so \ libGLESv2_tegra.so \ - libmdmctrl.a \ libmoto_ril.so \ libpppd_plugin-ril.so \ libril_rds.so \ -- cgit v1.1