Merge changes from topic "b174856119_aosp"

* changes:
  Drop prebuilt files to android source tree.
  Update CTS shim
This commit is contained in:
Treehugger Robot
2021-03-15 14:12:17 +00:00
committed by Gerrit Code Review
9 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
drops { drops {
android_build_drop { android_build_drop {
build_id: "6508977" build_id: "7197701"
target: "CtsShim" target: "CtsShim"
source_file: "aosp_arm64/CtsShimPriv.apk" source_file: "aosp_arm64/CtsShimPriv.apk"
} }
@@ -8,5 +8,5 @@ drops {
version: "" version: ""
version_group: "" version_group: ""
git_project: "platform/frameworks/base" git_project: "platform/frameworks/base"
git_branch: "rvc-dev" git_branch: "sc-dev"
} }

View File

@@ -1,6 +1,6 @@
drops { drops {
android_build_drop { android_build_drop {
build_id: "6508977" build_id: "7197701"
target: "CtsShim" target: "CtsShim"
source_file: "aosp_arm64/CtsShim.apk" source_file: "aosp_arm64/CtsShim.apk"
} }
@@ -8,5 +8,5 @@ drops {
version: "" version: ""
version_group: "" version_group: ""
git_project: "platform/frameworks/base" git_project: "platform/frameworks/base"
git_branch: "rvc-dev" git_branch: "sc-dev"
} }

View File

@@ -1,6 +1,6 @@
drops { drops {
android_build_drop { android_build_drop {
build_id: "6508977" build_id: "7197701"
target: "CtsShim" target: "CtsShim"
source_file: "aosp_x86_64/CtsShimPriv.apk" source_file: "aosp_x86_64/CtsShimPriv.apk"
} }
@@ -8,5 +8,5 @@ drops {
version: "" version: ""
version_group: "" version_group: ""
git_project: "platform/frameworks/base" git_project: "platform/frameworks/base"
git_branch: "rvc-dev" git_branch: "sc-dev"
} }

View File

@@ -1,6 +1,6 @@
drops { drops {
android_build_drop { android_build_drop {
build_id: "6508977" build_id: "7197701"
target: "CtsShim" target: "CtsShim"
source_file: "aosp_x86_64/CtsShim.apk" source_file: "aosp_x86_64/CtsShim.apk"
} }
@@ -8,5 +8,5 @@ drops {
version: "" version: ""
version_group: "" version_group: ""
git_project: "platform/frameworks/base" git_project: "platform/frameworks/base"
git_branch: "rvc-dev" git_branch: "sc-dev"
} }

Binary file not shown.

Binary file not shown.

View File

@@ -52,6 +52,9 @@
</intent-filter> </intent-filter>
</activity> </activity>
<!-- The stub shared library for package visibility test -->
<library android:name="com.android.cts.ctsshim.shared_library" />
</application> </application>
</manifest> </manifest>