diff options
author | atinm <atinm.dev@gmail.com> | 2011-11-18 16:46:45 -0500 |
---|---|---|
committer | atinm <atinm.dev@gmail.com> | 2011-11-18 16:46:45 -0500 |
commit | 05c662ae43a9e6f5b19406953dbd836ab3b87bec (patch) | |
tree | df408f0ae5505ac2757366441fbcf853f1342dea | |
parent | 67e9c721a95a96241b6e44a0e3b974044d77bf19 (diff) | |
download | device_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.mk | 12 | ||||
-rw-r--r-- | bcm4329.ko | bin | 273080 -> 261384 bytes | |||
-rw-r--r-- | cifs.ko | bin | 2587912 -> 3223149 bytes | |||
-rw-r--r-- | fuse.ko | bin | 603584 -> 680444 bytes | |||
-rw-r--r-- | galaxysmtd.mk | 5 | ||||
-rwxr-xr-x | kernel | bin | 2547640 -> 2525416 bytes | |||
-rw-r--r-- | tun.ko | bin | 211784 -> 214868 bytes |
7 files changed, 8 insertions, 9 deletions
@@ -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)) Binary files differBinary files differBinary files differdiff --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 += \ Binary files differBinary files differ |