Change the visibility of Config to be public, so it can be accessed from
the manual tests in the cts/ directory.

Flag: visibility change only
Test: visibility change only
Bug: 319829948
Change-Id: Ice7563e6f8742724a539e57f644b138f85eed349
diff --git a/networksecurity/service/src/com/android/server/net/ct/Config.java b/networksecurity/service/src/com/android/server/net/ct/Config.java
index 242f13a..18183ec 100644
--- a/networksecurity/service/src/com/android/server/net/ct/Config.java
+++ b/networksecurity/service/src/com/android/server/net/ct/Config.java
@@ -22,7 +22,7 @@
 import java.io.File;
 
 /** Class holding the constants used by the CT feature. */
-final class Config {
+public final class Config {
 
     static final boolean DEBUG = false;
 
@@ -34,7 +34,7 @@
     static final File PREFERENCES_FILE = new File(DEVICE_PROTECTED_DATA_DIR, PREFERENCES_FILE_NAME);
 
     // CT directory
-    static final String CT_ROOT_DIRECTORY_PATH = "/data/misc/keychain/ct/";
+    public static final String CT_ROOT_DIRECTORY_PATH = "/data/misc/keychain/ct/";
     static final String COMPATIBILITY_VERSION = "v1";
 
     // Phenotype flags