Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_mars
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LMODroid-Devices
device_xiaomi_mars
Commits
05c1c2f6
Commit
05c1c2f6
authored
6 months ago
by
LMO GerritBot
Browse files
Options
Downloads
Plain Diff
Merge branch lineage-21 from LineageOS into fourteen
parents
03b728af
a75367a9
Branches
ten
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
device.mk
+1
-1
1 addition, 1 deletion
device.mk
extract-files.sh
+18
-4
18 additions, 4 deletions
extract-files.sh
setup-makefiles.sh
+10
-4
10 additions, 4 deletions
setup-makefiles.sh
with
29 additions
and
9 deletions
device.mk
+
1
−
1
View file @
05c1c2f6
...
...
@@ -25,7 +25,7 @@ PRODUCT_PACKAGES += \
# PowerShare
PRODUCT_PACKAGES
+=
\
vendor.lineage.powershare@1.0-service.
xiaomi
vendor.lineage.powershare@1.0-service.
default
# Sensors
PRODUCT_PACKAGES
+=
\
...
...
This diff is collapsed.
Click to expand it.
extract-files.sh
+
18
−
4
View file @
05c1c2f6
#!/bin/bash
#
# Copyright
(C)
20
23
The
LineageOS
Project
#
#
SPDX-File
Copyright
Text:
20
16
The
CyanogenMod
Project
#
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
...
...
@@ -9,21 +9,35 @@ function blob_fixup() {
case
"
${
1
}
"
in
vendor/etc/camera/pureShot_parameter.xml
\
|
vendor/etc/camera/pureView_parameter.xml
)
[
"
$2
"
=
""
]
&&
return
0
sed
-i
's/=\([0-9]\+\)>/="\1">/g'
"
${
2
}
"
;;
vendor/lib64/hw/camera.qcom.so
)
[
"
$2
"
=
""
]
&&
return
0
sed
-i
"s/
\x
73
\x
74
\x
5F
\x
6C
\x
69
\x
63
\x
65
\x
6E
\x
73
\x
65
\x
2E
\x
6C
\x
69
\x
63/
\x
63
\x
61
\x
6D
\x
65
\x
72
\x
61
\x
5F
\x
63
\x
6E
\x
66
\x
2E
\x
74
\x
78
\x
74/g"
"
${
2
}
"
;;
vendor/etc/camera/star_motiontuning.xml|vendor/etc/camera/mars_motiontuning.xml
)
[
"
$2
"
=
""
]
&&
return
0
sed
-i
's/xml=version/xml\ version/g'
"
${
2
}
"
;;
vendor/lib64/hw/camera.xiaomi.so
)
[
"
$2
"
=
""
]
&&
return
0
"
${
SIGSCAN
}
"
-p
"5e 07 00 94"
-P
"1F 20 03 D5"
-f
"
${
2
}
"
;;
vendor/lib64/vendor.xiaomi.hardware.cameraperf@1.0-impl.so
)
[
"
$2
"
=
""
]
&&
return
0
"
${
SIGSCAN
}
"
-p
"21 00 80 52 7c 00 00 94"
-P
"21 00 80 52 1F 20 03 D5"
-f
"
${
2
}
"
;;
*
)
return
1
;;
esac
return
0
}
function
blob_fixup_dry
()
{
blob_fixup
"
$1
"
""
}
# If we're being sourced by the common script that we called,
...
...
@@ -34,9 +48,9 @@ fi
set
-e
# Required!
export
DEVICE
=
mars
export
DEVICE_COMMON
=
sm8350-common
export
VENDOR
=
xiaomi
export
VENDOR_COMMON
=
${
VENDOR
}
"./../../
${
VENDOR
}
/
${
DEVICE_COMMON
}
/extract-files.sh"
"
$@
"
"./../../
${
VENDOR
_COMMON
}
/
${
DEVICE_COMMON
}
/extract-files.sh"
"
$@
"
This diff is collapsed.
Click to expand it.
setup-makefiles.sh
+
10
−
4
View file @
05c1c2f6
#!/bin/bash
#
# Copyright
(C)
20
23
The
LineageOS
Project
#
#
SPDX-File
Copyright
Text:
20
16
The
CyanogenMod
Project
#
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if
[
"
${
BASH_SOURCE
[0]
}
"
!=
"
${
0
}
"
]
;
then
return
fi
set
-e
# Required!
export
DEVICE
=
mars
export
DEVICE_COMMON
=
sm8350-common
export
VENDOR
=
xiaomi
export
VENDOR_COMMON
=
${
VENDOR
}
"./../../
${
VENDOR
}
/
${
DEVICE_COMMON
}
/setup-makefiles.sh"
"
$@
"
"./../../
${
VENDOR
_COMMON
}
/
${
DEVICE_COMMON
}
/setup-makefiles.sh"
"
$@
"
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