Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CI Tooling
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
CI Tooling
Commits
59858bcd
Commit
59858bcd
authored
Feb 12, 2020
by
Nicolas Fella
Committed by
Aleix Pol Gonzalez
Feb 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[android] Fix discount helper
parent
841eaefe
Pipeline
#14954
skipped with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
system-images/android/sdk/Dockerfile-aarch64
system-images/android/sdk/Dockerfile-aarch64
+1
-1
system-images/android/sdk/Dockerfile-arm
system-images/android/sdk/Dockerfile-arm
+1
-1
system-images/android/sdk/build-discount
system-images/android/sdk/build-discount
+1
-1
No files found.
system-images/android/sdk/Dockerfile-aarch64
View file @
59858bcd
...
...
@@ -184,7 +184,7 @@ ENV QMAKESPEC android-clang
RUN /opt/helpers/build-cmake libintl-lite https://github.com/j-jorge/libintl-lite.git
COPY build-qt build-generic build-eigen build-poppler build-vlcqt build-gstreamer-binaries build-kde-dependencies build-kde-project create-apk get-apk-args \
target-from-manifest.py target-from-appdata.py cp-with-prefix skip build-discount /opt/helpers/
target-from-manifest.py target-from-appdata.py cp-with-prefix skip build-discount
0001-Hack-Use-mktags-from-native-build-when-crosscompilin.patch
/opt/helpers/
RUN sed -i.bak 's/android:minSdkVersion="16"/android:minSdkVersion="21"/g' $QT_ANDROID/src/android/templates/AndroidManifest.xml \
&& sed -i.bak 's/|density//g' $QT_ANDROID/src/android/templates/AndroidManifest.xml
...
...
system-images/android/sdk/Dockerfile-arm
View file @
59858bcd
...
...
@@ -184,7 +184,7 @@ ENV QMAKESPEC android-clang
RUN /opt/helpers/build-cmake libintl-lite https://github.com/j-jorge/libintl-lite.git
COPY build-qt build-generic build-eigen build-poppler build-vlcqt build-gstreamer-binaries build-kde-dependencies build-kde-project create-apk get-apk-args \
target-from-manifest.py target-from-appdata.py cp-with-prefix skip build-discount /opt/helpers/
target-from-manifest.py target-from-appdata.py cp-with-prefix skip build-discount
0001-Hack-Use-mktags-from-native-build-when-crosscompilin.patch
/opt/helpers/
RUN sed -i.bak 's/android:minSdkVersion="16"/android:minSdkVersion="21"/g' $QT_ANDROID/src/android/templates/AndroidManifest.xml \
&& sed -i.bak 's/|density//g' $QT_ANDROID/src/android/templates/AndroidManifest.xml
...
...
system-images/android/sdk/build-discount
100644 → 100755
View file @
59858bcd
...
...
@@ -15,7 +15,7 @@ fi
cd
discount
# discount executes a previously build executable during build. Therefore we need to build it natively first and then use the built executable to cross-compile
git apply 0001-Hack-Use-mktags-from-native-build-when-crosscompilin.patch
git apply
/opt/helpers/
0001-Hack-Use-mktags-from-native-build-when-crosscompilin.patch
BUILD
=
build-native
EXTRA_CMAKE_SUBDIR
=
cmake /opt/helpers/build-cmake-native discount https://github.com/Orc/discount
-DDISCOUNT_ONLY_LIBRARY
=
On
-DCMAKE_INSTALL_PREFIX
=
/opt/nativetooling
...
...
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