Merge "New prebuilt" into nyc-dev am: 93b34141b1 am: b724b68812

am: 24d859ffb9

* commit '24d859ffb981fbebe3dd693830b642610fcc07c0':
  New prebuilt

Change-Id: I7b82190f2e61fa65544261e08d00a2cf310834a6
This commit is contained in:
Todd Kennedy
2016-06-04 00:00:08 +00:00
committed by android-build-merger
5 changed files with 15 additions and 8 deletions

Binary file not shown.

View File

@@ -23,11 +23,12 @@ build:
update prebuilts:
$ cp out/target/product/shamu/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
cts/hostsidetests/appsecurity/test-apps/IntentFilterApp
cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp
$ cp out/target/product/shamu/system/priv-app/CtsShimPriv/CtsShimPriv.apk \
frameworks/base/packages/CtsShim
revert manifest:
$ pushd frameworks/base && git checkout -- packages/CtsShim/build/shim_priv/AndroidManifest.xml && popd
Finally, upload and submit both the cts/ and frameworks/base/ repos.
Finally, upload and submit both the cts/ and frameworks/base/ repos.

View File

@@ -17,8 +17,10 @@
<!-- Manifest for the system CTS shim -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.cts.ctsshim"
tools:ignore="MissingVersion" >
package="com.android.cts.ctsshim" >
<uses-sdk android:minSdkVersion="24"
android:targetSdkVersion="24" />
<application
android:hasCode="false"

View File

@@ -17,8 +17,10 @@
<!-- Manifest for the privileged CTS shim -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.cts.priv.ctsshim"
tools:ignore="MissingVersion" >
package="com.android.cts.priv.ctsshim" >
<uses-sdk android:minSdkVersion="24"
android:targetSdkVersion="24" />
<restrict-upgrade
android:hash="__HASH__" />

View File

@@ -17,8 +17,10 @@
<!-- Manifest for the privileged CTS shim upgrade -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.cts.priv.ctsshim"
tools:ignore="MissingVersion" >
package="com.android.cts.priv.ctsshim" >
<uses-sdk android:minSdkVersion="24"
android:targetSdkVersion="24" />
<application
android:hasCode="false"