Merge "New prebuilt" into nyc-dev am: 93b34141b1
am: b724b68812
* commit 'b724b68812d5ea90d2d149b2abf7af4f91816bca':
New prebuilt
Change-Id: I6a2bf01417ada0fee5f6cc4e39bc224bf7731554
This commit is contained in:
Binary file not shown.
@@ -23,7 +23,7 @@ build:
|
|||||||
|
|
||||||
update prebuilts:
|
update prebuilts:
|
||||||
$ cp out/target/product/shamu/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
|
$ 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 \
|
$ cp out/target/product/shamu/system/priv-app/CtsShimPriv/CtsShimPriv.apk \
|
||||||
frameworks/base/packages/CtsShim
|
frameworks/base/packages/CtsShim
|
||||||
|
|
||||||
@@ -31,3 +31,4 @@ revert manifest:
|
|||||||
$ pushd frameworks/base && git checkout -- packages/CtsShim/build/shim_priv/AndroidManifest.xml && popd
|
$ 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 for the system CTS shim -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.android.cts.ctsshim"
|
package="com.android.cts.ctsshim" >
|
||||||
tools:ignore="MissingVersion" >
|
|
||||||
|
<uses-sdk android:minSdkVersion="24"
|
||||||
|
android:targetSdkVersion="24" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:hasCode="false"
|
android:hasCode="false"
|
||||||
|
|||||||
@@ -17,8 +17,10 @@
|
|||||||
<!-- Manifest for the privileged CTS shim -->
|
<!-- Manifest for the privileged CTS shim -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.android.cts.priv.ctsshim"
|
package="com.android.cts.priv.ctsshim" >
|
||||||
tools:ignore="MissingVersion" >
|
|
||||||
|
<uses-sdk android:minSdkVersion="24"
|
||||||
|
android:targetSdkVersion="24" />
|
||||||
|
|
||||||
<restrict-upgrade
|
<restrict-upgrade
|
||||||
android:hash="__HASH__" />
|
android:hash="__HASH__" />
|
||||||
|
|||||||
@@ -17,8 +17,10 @@
|
|||||||
<!-- Manifest for the privileged CTS shim upgrade -->
|
<!-- Manifest for the privileged CTS shim upgrade -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.android.cts.priv.ctsshim"
|
package="com.android.cts.priv.ctsshim" >
|
||||||
tools:ignore="MissingVersion" >
|
|
||||||
|
<uses-sdk android:minSdkVersion="24"
|
||||||
|
android:targetSdkVersion="24" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:hasCode="false"
|
android:hasCode="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user