diff options
Diffstat (limited to 'fw/Android.mk')
-rw-r--r-- | fw/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fw/Android.mk b/fw/Android.mk index 7eb4de5..cc5049e 100644 --- a/fw/Android.mk +++ b/fw/Android.mk @@ -7,11 +7,11 @@ # distribute, sub license, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: -# +# # The above copyright notice and this permission notice (including the # next paragraph) shall be included in all copies or substantial portions # of the Software. -# +# # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. @@ -28,7 +28,7 @@ LOCAL_PATH := $(call my-dir) # ===================================================== include $(CLEAR_VARS) LOCAL_SRC_FILES := msvdx_bin.c thread0_ss_bin.c thread0_bin.c thread1_bin.c thread2_bin.c thread3_bin.c - + LOCAL_CFLAGS += -DFRAME_SWITCHING_VARIANT=1 -DSLICE_SWITCHING_VARIANT=1 LOCAL_C_INCLUDES := |