OSDN Git Service

Fix broken CleanSpec.mk in libs/gui
authorRaph Levien <raph@google.com>
Fri, 5 Oct 2012 02:00:45 +0000 (19:00 -0700)
committerRaph Levien <raph@google.com>
Fri, 5 Oct 2012 02:00:45 +0000 (19:00 -0700)
commit3fbbd076ad571810d9107ed870cfce2e8c062d10
tree72dc71cb18afab724484e765281f57bc962b1e45
parent9a14392256354538f1f43a5e80fe46c2c2b965cb
Fix broken CleanSpec.mk in libs/gui

The CleanSpec is missing parens, which causes $P to be interpreted as a
single variable, and the following printed to the log:

Clean step: rm -rf RODUCT_OUT/obj/SHARED_LIBRARIES/libgui_intermediates

This patch adds parens as needed.

Change-Id: I587998fa67a4884418c286360a577cdbb6ea9a21
libs/gui/CleanSpec.mk