From 7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 19 Aug 2010 20:32:42 -0700 Subject: Use the non-open-source variants when present Change-Id: I6c3605c193908d29ec47982b6f7253a97c842fff --- BoardConfig.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index c33496c..e443cfa 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,11 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -# config.mk +# BoardConfig.mk # # Product-specific compile-time definitions. # +# Use the non-open-source parts, if they're present +-include vendor/samsung/crespo/BoardConfigVendor.mk + TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi -- cgit v1.1