summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nn/apex/AndroidManifest.xml8
-rw-r--r--nn/apex/manifest.json2
-rw-r--r--nn/runtime/test/TestExecution.cpp2
3 files changed, 2 insertions, 10 deletions
diff --git a/nn/apex/AndroidManifest.xml b/nn/apex/AndroidManifest.xml
index 255d2a501..70c9f73aa 100644
--- a/nn/apex/AndroidManifest.xml
+++ b/nn/apex/AndroidManifest.xml
@@ -18,12 +18,4 @@
package="com.android.neuralnetworks">
<!-- APEX does not have classes.dex -->
<application android:hasCode="false" />
- <!--
- * API levels the NeuralNetworks APEX is known to work with.
- -->
- <uses-sdk
- android:minSdkVersion="29"
- android:maxSdkVersion="30"
- android:targetSdkVersion="30"
- />
</manifest>
diff --git a/nn/apex/manifest.json b/nn/apex/manifest.json
index 4f7084089..963ef8717 100644
--- a/nn/apex/manifest.json
+++ b/nn/apex/manifest.json
@@ -1,4 +1,4 @@
{
"name": "com.android.neuralnetworks",
- "version": 1
+ "version": 300000000
}
diff --git a/nn/runtime/test/TestExecution.cpp b/nn/runtime/test/TestExecution.cpp
index 2dc29ae33..66bef6b2a 100644
--- a/nn/runtime/test/TestExecution.cpp
+++ b/nn/runtime/test/TestExecution.cpp
@@ -423,7 +423,7 @@ class TestDriver13 : public SampleDriver {
actualCallback);
}
-private:
+ private:
ErrorStatus mErrorStatus;
};