Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apex
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package 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
public-release-test
platform
system
apex
Commits
961eed82
Commit
961eed82
authored
5 years ago
by
Scott Lobdell
Browse files
Options
Downloads
Plain Diff
Merge QP1A.190530.001
Change-Id: I5e873e15b1304b9dd0e1d4ec96e1e49b31aa967c
parents
56335c23
5e9e2625
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/Android.bp
+1
-1
1 addition, 1 deletion
tests/Android.bp
tests/apex-targetprep-tests.xml
+1
-1
1 addition, 1 deletion
tests/apex-targetprep-tests.xml
tests/testdata/AndroidManifest.xml
+0
-1
0 additions, 1 deletion
tests/testdata/AndroidManifest.xml
with
2 additions
and
3 deletions
tests/Android.bp
+
1
−
1
View file @
961eed82
...
...
@@ -94,7 +94,7 @@ java_test_host {
srcs: ["src/**/ApexTargetPrepTest.java"],
data: [":
apex.test
"],
data: [":
StagedInstallTestApexV2
"],
test_config: "apex-targetprep-tests.xml",
...
...
This diff is collapsed.
Click to expand it.
tests/apex-targetprep-tests.xml
+
1
−
1
View file @
961eed82
...
...
@@ -19,7 +19,7 @@
<target_preparer
class=
"com.android.tradefed.targetprep.RootTargetPreparer"
/>
<target_preparer
class=
"com.android.tradefed.targetprep.InstallApexModuleTargetPreparer"
>
<option
name=
"test-file-name"
value=
"
apex.test
.apex"
/>
<option
name=
"test-file-name"
value=
"
com.android.apex.cts.shim.v2
.apex"
/>
</target_preparer>
<test
class=
"com.android.tradefed.testtype.HostTest"
>
<option
name=
"jar"
value=
"apex_targetprep_tests.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
tests/testdata/AndroidManifest.xml
+
0
−
1
View file @
961eed82
...
...
@@ -3,6 +3,5 @@
package=
"com.android.apex.test"
>
<!-- APEX does not have classes.dex -->
<application
android:hasCode=
"false"
/>
<uses-sdk
android:minSdkVersion=
"28"
/>
</manifest>
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
b215504a
·
2 years ago
mentioned in commit
b215504a
mentioned in commit b215504a3009750a79a4cb00346f701075bf99fa
Toggle commit list
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