aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-10-22 01:09:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-10-22 01:09:48 +0000
commit8c923a3e227f8e8f28aac877e10859d1fea6003c (patch)
tree757afef1e58013ea378f2177904097a9da31fdcb
parent3d8a22d1e297928be5fe116bcc8fc9a11f03609f (diff)
parent6e30d4fce779e3c5a33e87084cfa684435e44887 (diff)
downloadlzma-8c923a3e227f8e8f28aac877e10859d1fea6003c.tar.gz
Snap for 6922209 from 6e30d4fce779e3c5a33e87084cfa684435e44887 to sc-release
Change-Id: I43fbeb3f1d3b0f4c13117f9d25725b24c8fac3cb
-rw-r--r--C/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 16f72b7..d12e422 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -85,7 +85,7 @@ cc_library {
apex_available: [
"//apex_available:platform",
- "com.android.art.debug", // from libartbase
- "com.android.art.release",
+ "com.android.art", // from libartbase
+ "com.android.art.debug",
],
}