commit | ba67436d0da2a9cf23a9a7218c2ffa24d9163972 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Jul 10 23:14:26 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Wed Jul 10 23:15:08 2024 +0000 |
tree | 7d08da95557051a5e55600e332a220cfa4e1f0e3 | |
parent | 11670f39187ef63379ae66f40df46d02d1596dce [diff] [blame] |
fix: make device paths function static Bug: 342636474 Test: m Change-Id: Iea745c39f8ef90543015c365ead4c02ee4ff6653
diff --git a/tools/aconfig/aconfig_device_paths/src/DevicePathsTemplate.java b/tools/aconfig/aconfig_device_paths/src/DevicePathsTemplate.java index f27b9bd..16355a3 100644 --- a/tools/aconfig/aconfig_device_paths/src/DevicePathsTemplate.java +++ b/tools/aconfig/aconfig_device_paths/src/DevicePathsTemplate.java
@@ -36,7 +36,7 @@ * Returns the list of all on-device aconfig protos paths. * @hide */ - public List<String> parsedFlagsProtoPaths() { + public static List<String> parsedFlagsProtoPaths() { ArrayList<String> paths = new ArrayList(Arrays.asList(PATHS)); File apexDirectory = new File(APEX_DIR);