aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvin Quilao <arquilao@gmail.com>2017-01-23 02:38:42 +0000
committerRygebin <kaankulahli@gmail.com>2017-02-02 20:19:52 +0000
commit67e83fb83510370f2818a94035006f1bac65c063 (patch)
tree313633f25a3b96042106798607c64bd66fc01c4c
parent7732467e132361ce67b3d41b89722ce9ab41dffa (diff)
sensors: Cleanup tabs to suppress warnings
* silence the following warnings during build: options.mk:36: warning for parse error in an unevaluated line: *** commands commence before first target. options.mk:145: warning for parse error in an unevaluated line: *** commands commence before first target. Change-Id: I27b085f1073bc36e199ec1adfc19999cf877e304
-rwxr-xr-xsensors/bst/tools/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors/bst/tools/options.mk b/sensors/bst/tools/options.mk
index fec7041..cf89916 100755
--- a/sensors/bst/tools/options.mk
+++ b/sensors/bst/tools/options.mk
@@ -33,7 +33,7 @@ LOCAL_CFLAGS += -D__HAL_VER__=__SENSORS_DEVICE_API_VERSION_1_1__
else ifeq (5.0, $(android_version))
LOCAL_CFLAGS += -D__HAL_VER__=__SENSORS_DEVICE_API_VERSION_1_3__
else
- $(warning ----android_version is not configured)
+$(warning ----android_version is not configured)
endif
# bma255
@@ -142,7 +142,7 @@ LOCAL_CFLAGS += -D__RESET_CALIBRATION_PROFILE__
endif
ifeq (, $(findstring) $(usecase), $(usecase_candidates))
- $(warning ---usecase is not configured)
+$(warning ---usecase is not configured)
endif
ifeq (true, $(gyro_only))