Loading packages/CtsShim/CtsShimPriv.apk −2 B (5.88 KiB) File changed.No diff preview for this file type. View original file View changed file packages/CtsShim/build/README +3 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ 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 Loading @@ -31,3 +31,4 @@ 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. packages/CtsShim/build/shim/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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" Loading packages/CtsShim/build/shim_priv/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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__" /> Loading packages/CtsShim/build/shim_priv_upgrade/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
packages/CtsShim/CtsShimPriv.apk −2 B (5.88 KiB) File changed.No diff preview for this file type. View original file View changed file
packages/CtsShim/build/README +3 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ 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 Loading @@ -31,3 +31,4 @@ 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.
packages/CtsShim/build/shim/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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" Loading
packages/CtsShim/build/shim_priv/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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__" /> Loading
packages/CtsShim/build/shim_priv_upgrade/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -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" Loading