blob: 0d832e7ab4f109e230f6b39293f64d3478b35253 [file]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.frameworks.coretests.pcc_test_app"
android:versionCode="1">
<application>
<service android:name=".PccService"
android:privateComputeCore="true" />
</application>
</manifest>