Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1047a0a4 authored by Ulya Trafimovich's avatar Ulya Trafimovich
Browse files

Add subcontexts field to JSON class loader context representation.

For now the subcontexts are always empty. A follow-up change will
actually populate that field from dependencies' dexpreopt.config files.

Bug: 132357300
Test: lunch aosp_cf_x86_phone-userdebug && m
Change-Id: I6cf0e8363dff4b406cb62ba3d76d566dbfec57e7
parent e9df7af1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ ifdef LOCAL_DEX_PREOPT
      $(eval file := $(filter %/$(lib).jar, $(call module-installed-files,$(lib)))) \
      $(call add_json_str, Host,        $(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)/javalib.jar) \
      $(call add_json_str, Device,      $(call install-path-to-on-device-path,$(file))) \
      $(call add_json_map, Subcontexts, ${$}) $(call end_json_map) \
      $(call end_json_map)) \
    $(call end_json_map)