Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
6a7a1279
Commit
6a7a1279
authored
12 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
|flash ext| - reload the B2G extensions on device
Change-Id: Ia7a4a0281fd66a16c4bc11a95297e71735ccea83
parent
a8a46707
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.config
+10
-2
10 additions, 2 deletions
.config
with
10 additions
and
2 deletions
.config
+
10
−
2
View file @
6a7a1279
...
...
@@ -27,8 +27,16 @@ GECKO_OBJDIR=${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/obj/objdir-gecko
export
GAIA_DOMAIN
flash_
fastboot_ext4
()
__
flash_
device
()
{
if
[
"$1"
=
"ext"
];
then
run_adb
remount
run_adb
shell
rm
-
r
/
system
/
b2g
/
distribution
/
extensions
run_adb
push
out
/
target
/
product
/$
DEVICE
/
system
/
b2g
/
distribution
/
extensions
/
system
/
b2g
/
distribution
/
extensions
run_adb
shell
rm
-
r
/
data
/
b2g
return
fi
$
ADB
reboot
bootloader
$
FASTBOOT
devices
...
...
@@ -56,4 +64,4 @@ flash_fastboot_ext4()
fi
}
eval
"flash_${DEVICE}() { flash_
fastboot_ext4
$1; }"
eval
"flash_${DEVICE}() {
__
flash_
device
$1; }"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment