commit | 3fbbd076ad571810d9107ed870cfce2e8c062d10 | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Thu Oct 04 19:00:45 2012 -0700 |
committer | Raph Levien <raph@google.com> | Thu Oct 04 19:00:45 2012 -0700 |
tree | 72dc71cb18afab724484e765281f57bc962b1e45 | |
parent | 9a14392256354538f1f43a5e80fe46c2c2b965cb [diff] |
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