pmt: initial 3.0.2 update
This commit is contained in:
@@ -14,19 +14,15 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
[ -z ${NDK_ROOT_DIR} ] && \
|
||||
{
|
||||
echo "Please set NDK_ROOT_DIR variable!"
|
||||
exit 1
|
||||
}
|
||||
[ -z ${NDK_ROOT_DIR} ] \
|
||||
&& echo "Please set NDK_ROOT_DIR variable!" \
|
||||
&& exit 1
|
||||
|
||||
[ -z ${NDK_PROJECT_PATH} ] && \
|
||||
{
|
||||
echo "Please set NDK_PROJECT_PATH variable!"
|
||||
exit 1
|
||||
}
|
||||
[ -z ${NDK_PROJECT_PATH} ] \
|
||||
&& echo "Please set NDK_PROJECT_PATH variable!" \
|
||||
&& exit 1
|
||||
|
||||
CXX_IS="${NDK_ROOT_DIR}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++"
|
||||
CXX_IS="${NDK_ROOT_DIR}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang++"
|
||||
CXX_VERS=$(${CXX_IS} --version | head -n 1)
|
||||
|
||||
mkdir -p ${NDK_PROJECT_PATH}/include/PartitionManager/generated
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
.\" See the License for the specific language governing permissions and
|
||||
.\" limitations under the License.
|
||||
.\"
|
||||
.TH "PMT" "8" "October 2024" "PMT 2.9.6" "Partition Manager"
|
||||
.TH "PMT" "8" "December 2024" "PMT 3.0.2" "Partition Manager"
|
||||
.SH NAME
|
||||
.B pmt
|
||||
\- Android Partition Manager Tool
|
||||
@@ -41,6 +41,11 @@
|
||||
.I PARTITION {OPTIONS}...
|
||||
]
|
||||
[
|
||||
.I {OPTIONS}
|
||||
.B start-parted
|
||||
.I \[DEVICE\] {OPTIONS}
|
||||
]
|
||||
[
|
||||
.B \-l
|
||||
|
|
||||
.B \-\-logical
|
||||
@@ -86,7 +91,7 @@
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
.B pmt
|
||||
is a tool made to read android parts, make flash and format. Written with C++ language. It was first created as only a hobby but subsequently serialized
|
||||
is a tool made to professionaly manage with parted, read android parts, make flash and format. Written with C++ language. It was first created as only a hobby but subsequently serialized
|
||||
.PP
|
||||
.SH OPTIONS
|
||||
.sp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export PMT_VERSION="2.9.6"
|
||||
export PMT_VERSION_CODE=296
|
||||
export NDK_VERSION="r27"
|
||||
export PMT_VERSION="3.0.2"
|
||||
export PMT_VERSION_CODE=302
|
||||
export NDK_VERSION="r27c"
|
||||
export NDK_IS="android-ndk"
|
||||
export NDK_LINK="https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux.zip"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
echo -e "\`${CXX_VERSION}\`
|
||||
echo -e "\`${CC_VERSION}\`
|
||||
|
||||
Version and code: \`${PMT_VERSION}\`/\`${PMT_VERSION_CODE}\`
|
||||
Supported architectures: \`arm64-v8a\` (64-bit), \`armeabi-v7a\` (32-bit)
|
||||
|
||||
Reference in New Issue
Block a user