summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-19 20:32:42 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-19 20:33:08 -0700
commit7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179 (patch)
treee8840b82cf2115de6e6d79a8376e8087e4be6525
parent031a2615b30ed9fb132058d011e9ca52ac9d9a55 (diff)
downloaddevice_samsung_crespo-7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179.zip
device_samsung_crespo-7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179.tar.gz
device_samsung_crespo-7a16f7fd2f6c0dfd2385fba9ad97260afaa3b179.tar.bz2
Use the non-open-source variants when present
Change-Id: I6c3605c193908d29ec47982b6f7253a97c842fff
-rwxr-xr-xAndroidBoard.mk3
-rwxr-xr-xBoardConfig.mk5
2 files changed, 7 insertions, 1 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 8240cbb..6590a40 100755
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -56,3 +56,6 @@ endif
# to build the bootloader you need the common boot stuff,
# the architecture specific stuff, and the board specific stuff
# include bootloader/legacy/Android.mk
+
+# Use the non-open-source parts, if they're present
+-include vendor/samsung/crespo/AndroidBoardVendor.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