diff options
author | 2019-02-25 09:15:24 -0800 | |
---|---|---|
committer | 2019-02-25 09:15:24 -0800 | |
commit | 48d535217ad2d699b75b6c44e8c94d3417b8cd86 (patch) | |
tree | ef869e7769896f959a1721ab0b12d2814b00d4fc | |
parent | 01f2c3cb3e538f762e04905629c46b5e0dee375f (diff) | |
parent | e63bae1c85a2706550888701e0cdf62d13e3d3a3 (diff) |
Merge "Allow framework-atb-backward-compatibility to be added to bootclasspath" am: b751443fdc am: 064a2fdd20
am: e63bae1c85
Change-Id: I41b5de61a6edee2fa71b36805a4af109179ca4d8
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 628894016f39..4221cee4d96d 100644 --- a/Android.bp +++ b/Android.bp @@ -845,6 +845,7 @@ java_library_host { // specified on the build command line. java_library { name: "framework-atb-backward-compatibility", + installable: true, srcs: [ "core/java/android/content/pm/AndroidTestBaseUpdater.java", ], |