Commit f4abb2e2 authored by Ying Wang's avatar Ying Wang
Browse files

Use the correct syntax

To fix x86 build.

Change-Id: I31015c255e8bf441d83dd314003d614c2c2aaa97
parent af1298d7
......@@ -4,6 +4,13 @@
LOCAL_PATH:= $(call my-dir)
# Directories of source files
src_cpp := src/cpp
src_java := src/java
src_py := src/py
src_js := src/js
src_proto := src/proto
ifeq ($(TARGET_ARCH),arm)
# Mock-ril only buid for debug variants
......@@ -11,13 +18,6 @@ ifneq ($(filter userdebug eng tests, $(TARGET_BUILD_VARIANT)),)
include $(CLEAR_VARS)
# Directories of source files
src_cpp=src/cpp
src_java=src/java
src_py=src/py
src_js=src/js
src_proto=src/proto
LOCAL_SRC_FILES:= \
$(src_cpp)/ctrl_server.cpp \
$(src_cpp)/experiments.cpp \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment