am 73e72295: Merge "Fix bison build with MacOSX SDK 10.6"

* commit '73e722959b6a8ced494ddfc1256e3d6db1a646c4':
  Fix bison build with MacOSX SDK 10.6
diff --git a/Android.mk b/Android.mk
index e0329ca..59fa45f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-LOCAL_PATH := $(call my-dir)
+LOCAL_PATH:= $(call my-dir)
 
 ###########################################
 include $(CLEAR_VARS)