summaryrefslogtreecommitdiffstats
path: root/rootdir/update_and_install_ld_config.mk
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2018-08-17 00:20:11 +0100
committerDario Freni <dariofreni@google.com>2018-08-17 00:20:11 +0100
commitad58bf9b1db76b1cd212edb11fcb9de95e0dcfcf (patch)
treeab2c896a937e3ce9f52f7100955c6c964b7b7b0c /rootdir/update_and_install_ld_config.mk
parent6a581b7b668c2ea201d351edfe13c9f2270d5418 (diff)
downloadsystem_core-ad58bf9b1db76b1cd212edb11fcb9de95e0dcfcf.tar.gz
system_core-ad58bf9b1db76b1cd212edb11fcb9de95e0dcfcf.tar.bz2
system_core-ad58bf9b1db76b1cd212edb11fcb9de95e0dcfcf.zip
s/PRODUCTSERVICES/PRODUCT_SERVICES/g
Attempting to reduce the number of different spellings we have for "product-services" in the codebase. Bug: 112431447 Test: m Change-Id: I8714cc9c1ca63eb54745054aaeebd6b51f203f11
Diffstat (limited to 'rootdir/update_and_install_ld_config.mk')
-rw-r--r--rootdir/update_and_install_ld_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/update_and_install_ld_config.mk b/rootdir/update_and_install_ld_config.mk
index 1b42c3205..4d6df77ae 100644
--- a/rootdir/update_and_install_ld_config.mk
+++ b/rootdir/update_and_install_ld_config.mk
@@ -104,7 +104,7 @@ $(LOCAL_BUILT_MODULE): $(ld_config_template) $(deps)
$(hide) sed -i.bak -e 's?%SANITIZER_RUNTIME_LIBRARIES%?$(PRIVATE_SANITIZER_RUNTIME_LIBRARIES)?g' $@
$(hide) sed -i.bak -e 's?%VNDK_VER%?$(PRIVATE_VNDK_VERSION_SUFFIX)?g' $@
$(hide) sed -i.bak -e 's?%PRODUCT%?$(TARGET_COPY_OUT_PRODUCT)?g' $@
- $(hide) sed -i.bak -e 's?%PRODUCTSERVICES%?$(TARGET_COPY_OUT_PRODUCTSERVICES)?g' $@
+ $(hide) sed -i.bak -e 's?%PRODUCT_SERVICES%?$(TARGET_COPY_OUT_PRODUCT_SERVICES)?g' $@
$(hide) rm -f $@.bak
ld_config_template :=