Merge "fix typo"

This commit is contained in:
Treehugger Robot 2018-07-14 14:16:46 +00:00 committed by Gerrit Code Review
commit 0e4c76743a
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ $(my_exported_sdk_libs_file): PRIVATE_EXPORTED_SDK_LIBS := $(LOCAL_EXPORT_SDK_LI
$(my_exported_sdk_libs_file):
@echo "Export SDK libs $@"
$(hide) mkdir -p $(dir $@) && rm -f $@
$(if $(PRIATE_EXPORTED_SDK_LIBS),\
$(if $(PRIVATE_EXPORTED_SDK_LIBS),\
$(hide) echo $(PRIVATE_EXPORTED_SDK_LIBS) | tr ' ' '\n' > $@,\
$(hide) touch $@)