summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-10-04 11:38:41 -0700
committerStephen Hines <srhines@google.com>2012-10-04 20:05:19 -0700
commitd920670f252d7984f8729cd578ce8c0befa77273 (patch)
tree7ca71fbd8234b7fa250c734edf66c6acc9e30282 /libs
parent27b28fd9960b73a1f13e22dd6655f75e2e76eef7 (diff)
downloadframeworks_native-d920670f252d7984f8729cd578ce8c0befa77273.zip
frameworks_native-d920670f252d7984f8729cd578ce8c0befa77273.tar.gz
frameworks_native-d920670f252d7984f8729cd578ce8c0befa77273.tar.bz2
Fix missing parens in CleanSpec.mk.
Change-Id: I0440a942d3e685d619ec9cc402d3293cb3f52df1
Diffstat (limited to 'libs')
-rw-r--r--libs/gui/CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/CleanSpec.mk b/libs/gui/CleanSpec.mk
index c062229..5a5144c 100644
--- a/libs/gui/CleanSpec.mk
+++ b/libs/gui/CleanSpec.mk
@@ -49,3 +49,4 @@
# ************************************************
$(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libgui*" -print0 | xargs -0 rm -f)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libgui_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libgui_intermediates)