summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--Android.mk2
-rw-r--r--AndroidProducts.mk2
-rw-r--r--BoardConfig.mk8
-rw-r--r--Kernel.mk30
-rw-r--r--braun.mk (renamed from p230.mk)26
-rw-r--r--device.mk54
-rwxr-xr-xmake_boot.sh12
-rwxr-xr-x[-rw-r--r--]mkern.sh8
-rwxr-xr-x[-rw-r--r--]vendorsetup.sh6
9 files changed, 82 insertions, 66 deletions
diff --git a/Android.mk b/Android.mk
index 7cfc3b6..75267aa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,7 +20,7 @@
# to only building on ARM if they include assembly. Individual makefiles
# are responsible for having their own logic, for fine-grained control.
-ifeq ($(TARGET_PRODUCT),p230)
+ifeq ($(TARGET_PRODUCT),braun)
LOCAL_PATH := $(call my-dir)
# if some modules are built directly from this directory (not subdirectories),
# their rules should be written here.