summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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