summaryrefslogtreecommitdiffstats
path: root/test/test-platform
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-04-19 11:03:25 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:51 +0100
commit4d26284850243549d4177768030e58d984b05c37 (patch)
treefe2ed0d2b7f5e7f546e865151ccec1f1d5a814ea /test/test-platform
parent06b88e266b989d1e526348ec3edbaf5aad8bd046 (diff)
downloadexternal_parameter-framework-4d26284850243549d4177768030e58d984b05c37.zip
external_parameter-framework-4d26284850243549d4177768030e58d984b05c37.tar.gz
external_parameter-framework-4d26284850243549d4177768030e58d984b05c37.tar.bz2
Fix incorect use of tabs, replace by spaces
BZ: 97960 Incorect use of tabs Replace by spaces Change-Id: I44e4b374e7f79ad268366a00b80b3409ab676cc2 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/102855 Reviewed-by: Gonzalve, Sebastien <sebastien.gonzalve@intel.com> Reviewed-by: cactus <cactus@intel.com> Reviewed-by: Denneulin, Guillaume <guillaume.denneulin@intel.com> Tested-by: Dixon, CharlesX <charlesx.dixon@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'test/test-platform')
-rw-r--r--test/test-platform/Android.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk
index ac7da03..a4d0a74 100644
--- a/test/test-platform/Android.mk
+++ b/test/test-platform/Android.mk
@@ -4,8 +4,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- main.cpp \
- TestPlatform.cpp
+ main.cpp \
+ TestPlatform.cpp
LOCAL_MODULE:= test-platform
@@ -16,18 +16,18 @@ LOCAL_MODULE_TAGS := optional
TARGET_ERROR_FLAGS += -Wno-non-virtual-dtor
LOCAL_C_INCLUDES += \
- external/stlport/stlport \
- bionic/libstdc++ \
- bionic
+ external/stlport/stlport \
+ bionic/libstdc++ \
+ bionic
LOCAL_C_INCLUDES += \
- $(LOCAL_PATH)/../../parameter \
- $(LOCAL_PATH)/../../remote-processor/
+ $(LOCAL_PATH)/../../parameter \
+ $(LOCAL_PATH)/../../remote-processor/
LOCAL_SHARED_LIBRARIES := \
- libparameter \
- libremote-processor \
- libstlport
+ libparameter \
+ libremote-processor \
+ libstlport
include $(BUILD_EXECUTABLE)