Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alex Cruz
android_device_samsung_epicmtd
Commits
81c6d622
Commit
81c6d622
authored
13 years ago
by
noobnl
Committed by
Decad3nce
13 years ago
Browse files
Options
Download
Email Patches
Plain Diff
More MTD changes
Change binary FS conversion to MTD
parent
0b8c53e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
epic.mk
epic.mk
+2
-1
shbootimg.mk
shbootimg.mk
+1
-1
No files found.
epic.mk
View file @
81c6d622
...
...
@@ -91,7 +91,8 @@ PRODUCT_PACKAGES += \
# update utilities
PRODUCT_PACKAGES
+=
\
make_ext4fs
\
bootmenu_busybox
bootmenu_busybox
\
setup_fs
# apns config file
PRODUCT_COPY_FILES
+=
\
...
...
This diff is collapsed.
Click to expand it.
shbootimg.mk
View file @
81c6d622
LOCAL_PATH
:=
$(
call
my-dir
)
INSTALLED_BOOTIMAGE_TARGET
:=
$(PRODUCT_OUT)
/boot.img
$(INSTALLED_BOOTIMAGE_TARGET)
:
$(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET) $(PRODUCT_OUT)/utilities/
fl
as
h
_image $(PRODUCT_OUT)/utilities/busybox $(PRODUCT_OUT)/utilities/make_ext4fs
$(INSTALLED_BOOTIMAGE_TARGET)
:
$(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET)
$(PRODUCT_OUT)/utilities/
er
as
e
_image $(PRODUCT_OUT)/utilities/busybox $(PRODUCT_OUT)/utilities/make_ext4fs
$(
call
pretty,
"Boot image:
$@
"
)
$(hide)
./device/samsung/epic/mkshbootimg.py
$@
$(TARGET_PREBUILT_KERNEL)
$(INSTALLED_RAMDISK_TARGET)
$(recovery_ramdisk)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment