diff options
| author | 2019-02-18 17:51:53 +0000 | |
|---|---|---|
| committer | 2019-02-18 17:51:53 +0000 | |
| commit | 4ea3ad0e343c523eb96f988c96b72d2ed65e8d99 (patch) | |
| tree | 1bc708de5139e9ceb0673907fa5501d093262fcb | |
| parent | 6867fd7dda4dac30f800851e99bd554a59f3b9fc (diff) | |
| parent | 575379e30bb544aa086ec40830c737b84a9de7ab (diff) | |
Merge "Add a bug number in the TODO tag"
| -rw-r--r-- | target/product/runtime_libart.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 35c45daf9c..c337e9120b 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -33,7 +33,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ ext \ -# Libcore ICU. TODO: Try to figure out if/why we need them explicitly. +# Libcore ICU. TODO(b/124218500): Remove them explicitly when the bug is resolved. PRODUCT_PACKAGES += \ libicui18n \ libicuuc \ |