Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oniro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
Oniro
Merge requests
!214
Various fixes for building Oniro with `openharmony` distro feature
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Various fixes for building Oniro with `openharmony` distro feature
agherzan/oniro:ag/oh-build-fix
into
kirkstone
Overview
13
Commits
4
Pipelines
0
Changes
2
Merged
Andrei Gherzan
requested to merge
agherzan/oniro:ag/oh-build-fix
into
kirkstone
2 years ago
Overview
13
Commits
4
Pipelines
0
Changes
2
Expand
Fixes
#713 (closed)
0
0
Merge request reports
Compare
kirkstone
version 6
e543866d
2 years ago
version 5
c492bf6a
2 years ago
version 4
903aa023
2 years ago
version 3
38cf817f
2 years ago
version 2
29fb4bdc
2 years ago
version 1
0d91fcac
2 years ago
kirkstone (base)
and
version 6
latest version
8ee245d6
4 commits,
2 years ago
version 6
e543866d
4 commits,
2 years ago
version 5
c492bf6a
4 commits,
2 years ago
version 4
903aa023
4 commits,
2 years ago
version 3
38cf817f
3 commits,
2 years ago
version 2
29fb4bdc
3 commits,
2 years ago
version 1
0d91fcac
3 commits,
2 years ago
2 files
+
10
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
meta-oniro-core/conf/distro/include/oniro.inc
+
4
−
0
Options
@@ -5,3 +5,7 @@
@@ -5,3 +5,7 @@
require
conf
/
distro
/
include
/
security_flags
.
inc
require
conf
/
distro
/
include
/
security_flags
.
inc
INHERIT
+=
"oniro-sanity"
INHERIT
+=
"oniro-sanity"
# Configuration needed for meta-java layer
PREFERRED_PROVIDER_virtual
/
java
-
initial
-
native
?=
"cacao-initial-native"
PREFERRED_PROVIDER_virtual
/
java
-
native
?=
"cacao-native"
Loading