Merge "New prebuilt" into nyc-dev

This commit is contained in:
Wang Xiaolei
2016-06-03 18:08:15 +00:00
committed by Android (Google) Code Review
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"