commit | eb26886c85d0369f3076b1660ead2a970ea063a2 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Tue Oct 20 15:16:38 2020 +0100 |
committer | Ulya Trafimovich <skvadrik@google.com> | Thu Oct 29 17:47:34 2020 +0000 |
tree | 58fcae680bc8905c089da1d163e9897b2f174cad | |
parent | 8130c482abf16bb1fdb34250ece258ccd7423780 [diff] [blame] |
Move class loader context definitions to a separate file. Test: lunch aosp_cf_x86_phone-userdebug && m Bug: 132357300 Change-Id: I1e7e9db1654d0b835276be1cfa6a8eeffc5e96ee
diff --git a/dexpreopt/Android.bp b/dexpreopt/Android.bp index b8f7ea6..94c0361 100644 --- a/dexpreopt/Android.bp +++ b/dexpreopt/Android.bp
@@ -2,6 +2,7 @@ name: "soong-dexpreopt", pkgPath: "android/soong/dexpreopt", srcs: [ + "class_loader_context.go", "config.go", "dexpreopt.go", "testing.go",