Remove a trailing \

Remove a trailing \ from a line. The character is not strictly necessary
and it currently differs between sc-dev and master, which makes the
removal of the line in sc-dev conflict in the automerger. It's easiest
to fix the line to be the same in master than it is to cherry-pick /
land the topic in master.

Bug: 178169250
Test: treehugger only
Change-Id: I9b5c743d8744c6e9382bcecacfed76f050539eda
This commit is contained in:
Neil Fuller
2021-06-28 14:59:39 +01:00
parent 6373039ffe
commit d04a6c0110

View File

@@ -71,7 +71,7 @@ PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
com.android.art:service-art \
com.android.media:service-media-s \
com.android.permission:service-permission \
com.android.geotz:geotz \
com.android.geotz:geotz
# Minimal configuration for running dex2oat (default argument values).
# PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation.