Merge "New prebuilt" into nyc-dev
This commit is contained in:
Binary file not shown.
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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__" />
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user