Return default value if fingerprint doesn't match
This change includes
1. Return default value if fingerprint doesn't match
2. Remove get flag value by string from PlatformAconfigPackageInternal,
since it is not used by generated code.
Test: atest aconfig_storage_read_unit aconfig_storage_read_functional
aconfig_storage_file.test.java
Change-Id: I5ee221a19e2199700defa9121f5cae097a894d02
diff --git a/tools/aconfig/TEST_MAPPING b/tools/aconfig/TEST_MAPPING
index 043a956..a7f0a4f 100644
--- a/tools/aconfig/TEST_MAPPING
+++ b/tools/aconfig/TEST_MAPPING
@@ -102,9 +102,7 @@
{
// aconfig_storage file java integration tests
"name": "aconfig_storage_file.test.java"
- }
- ],
- "postsubmit": [
+ },
{
// aconfig_storage read functional test
"name": "aconfig_storage_read_functional"