summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratinm <atinm.dev@gmail.com>2011-11-18 16:46:45 -0500
committeratinm <atinm.dev@gmail.com>2011-11-18 16:46:45 -0500
commit05c662ae43a9e6f5b19406953dbd836ab3b87bec (patch)
treedf408f0ae5505ac2757366441fbcf853f1342dea
parent67e9c721a95a96241b6e44a0e3b974044d77bf19 (diff)
downloaddevice_samsung_galaxysmtd-05c662ae43a9e6f5b19406953dbd836ab3b87bec.zip
device_samsung_galaxysmtd-05c662ae43a9e6f5b19406953dbd836ab3b87bec.tar.gz
device_samsung_galaxysmtd-05c662ae43a9e6f5b19406953dbd836ab3b87bec.tar.bz2
Make it build
Change-Id: Ia467cdad44a81029d5b1dcf8734d14c89bb2a42c
-rw-r--r--Android.mk12
-rw-r--r--bcm4329.kobin273080 -> 261384 bytes
-rw-r--r--cifs.kobin2587912 -> 3223149 bytes
-rw-r--r--fuse.kobin603584 -> 680444 bytes
-rw-r--r--galaxysmtd.mk5
-rwxr-xr-xkernelbin2547640 -> 2525416 bytes
-rw-r--r--tun.kobin211784 -> 214868 bytes
7 files changed, 8 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk
index 54e40d4..32a6dba 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,12 +26,12 @@ LOCAL_SRC_FILES := cypress-touchkey.kcm
LOCAL_MODULE_TAGS := optional
include $(BUILD_KEY_CHAR_MAP)
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := setup_fs.c
-LOCAL_MODULE := setup_fs
-LOCAL_MODULE_TAGS := optional
-#LOCAL_SHARED_LIBRARIES += libext4_utils libz
-include $(BUILD_EXECUTABLE)
+#include $(CLEAR_VARS)
+#LOCAL_SRC_FILES := setup_fs.c
+#LOCAL_MODULE := setup_fs
+#LOCAL_MODULE_TAGS := optional
+##LOCAL_SHARED_LIBRARIES += libext4_utils libz
+#include $(BUILD_EXECUTABLE)
ifneq ($(TARGET_SIMULATOR),true)
include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/bcm4329.ko b/bcm4329.ko
index c8e5418..af67b02 100644
--- a/bcm4329.ko
+++ b/bcm4329.ko
Binary files differ
diff --git a/cifs.ko b/cifs.ko
index f5f6826..9743a5e 100644
--- a/cifs.ko
+++ b/cifs.ko
Binary files differ
diff --git a/fuse.ko b/fuse.ko
index fbfc0a1..fc82925 100644
--- a/fuse.ko
+++ b/fuse.ko
Binary files differ
diff --git a/galaxysmtd.mk b/galaxysmtd.mk
index a2d4938..0a8a527 100644
--- a/galaxysmtd.mk
+++ b/galaxysmtd.mk
@@ -88,19 +88,18 @@ PRODUCT_PACKAGES += \
# Misc other modules
PRODUCT_PACKAGES += \
lights.aries \
- overlay.aries \
sensors.aries \
audio.primary.aries \
audio_policy.aries
# Libs
PRODUCT_PACKAGES += \
- libcamera \
libstagefrighthw
+
# apns config file
PRODUCT_COPY_FILES += \
- vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
+ device/samsung/aries-common/apns-conf.xml:system/etc/apns-conf.xml
# Bluetooth MAC Address
PRODUCT_PACKAGES += \
diff --git a/kernel b/kernel
index b1b9f69..3275ed2 100755
--- a/kernel
+++ b/kernel
Binary files differ
diff --git a/tun.ko b/tun.ko
index d3ff550..59bdc06 100644
--- a/tun.ko
+++ b/tun.ko
Binary files differ