HomeSort by relevance Sort by last modified time
    Searched refs:COMMON_CFLAGS (Results 1 - 25 of 41) sorted by null

1 2

  /system/chre/pal/
pal.mk 8 COMMON_CFLAGS += -Ipal/include
  /system/chre/build/
tools_config.mk 13 COMMON_CFLAGS += -Wall
14 COMMON_CFLAGS += -Wextra
15 COMMON_CFLAGS += -Werror
18 COMMON_CFLAGS += -Wno-unused-parameter
21 COMMON_CFLAGS += -Wshadow
22 COMMON_CFLAGS += -Wdouble-promotion
29 COMMON_CFLAGS += -fdata-sections
30 COMMON_CFLAGS += -ffunction-sections
39 COMMON_CFLAGS += -fvisibility=hidden
nanopb.mk 30 COMMON_CFLAGS += -I$(NANOPB_PREFIX)
31 COMMON_CFLAGS += -I$(NANOPB_GEN_PATH)
32 COMMON_CFLAGS += $(addprefix -I$(NANOPB_GEN_PATH)/, $(NANOPB_INCLUDES))
42 COMMON_CFLAGS += -DPB_NO_PACKED_STRUCTS=1
  /system/chre/chre_api/
chre_api.mk 15 COMMON_CFLAGS += -Ichre_api/include
16 COMMON_CFLAGS += -Ichre_api/include/chre_api # Allows including chre.h directly
  /system/chre/apps/ash_world/
ash_world.mk 8 COMMON_CFLAGS += -Iapps/ash_world/include
  /system/chre/apps/audio_world/
audio_world.mk 8 COMMON_CFLAGS += -Iapps/audio_world/include
  /system/chre/apps/gnss_world/
gnss_world.mk 8 COMMON_CFLAGS += -Iapps/gnss_world/include
Makefile 18 COMMON_CFLAGS += -I.
  /system/chre/apps/hello_world/
hello_world.mk 8 COMMON_CFLAGS += -Iapps/hello_world/include
  /system/chre/apps/host_awake_world/
host_awake_world.mk 8 COMMON_CFLAGS += -Iapps/host_awake_world/include
  /system/chre/apps/message_world/
message_world.mk 8 COMMON_CFLAGS += -Iapps/message_world/include
Makefile 18 COMMON_CFLAGS += -I.
  /system/chre/apps/sensor_world/
sensor_world.mk 8 COMMON_CFLAGS += -Iapps/sensor_world/include
  /system/chre/apps/timer_world/
timer_world.mk 8 COMMON_CFLAGS += -Iapps/timer_world/include
  /system/chre/apps/wifi_world/
wifi_world.mk 8 COMMON_CFLAGS += -Iapps/wifi_world/include
  /system/chre/apps/wwan_world/
wwan_world.mk 8 COMMON_CFLAGS += -Iapps/wwan_world/include
Makefile 18 COMMON_CFLAGS += -I.
  /system/chre/variant/android/
variant.mk 11 COMMON_CFLAGS += -DCHRE_VERSION_STRING='"$(VERSION_STRING)"'
17 COMMON_CFLAGS += -DCHRE_VARIANT_SUPPLIES_STATIC_NANOAPP_LIST
  /system/chre/ash/
ash.mk 8 COMMON_CFLAGS += -Iash/include
9 COMMON_CFLAGS += -Iash/include/ash_api
  /system/chre/variant/simulator/
variant.mk 11 COMMON_CFLAGS += -DCHRE_VERSION_STRING='"$(VERSION_STRING)"'
17 COMMON_CFLAGS += -DCHRE_VARIANT_SUPPLIES_STATIC_NANOAPP_LIST
  /system/chre/
Makefile 22 COMMON_CFLAGS += -DCHRE_MINIMUM_LOG_LEVEL=CHRE_LOG_LEVEL_DEBUG
23 COMMON_CFLAGS += -DNANOAPP_MINIMUM_LOG_LEVEL=CHRE_LOG_LEVEL_DEBUG
26 COMMON_CFLAGS += -DCHRE_ASSERTIONS_ENABLED
28 COMMON_CFLAGS += -DCHRE_ASSERTIONS_DISABLED
32 COMMON_CFLAGS += -DCHRE_NANOAPP_INTERNAL
36 COMMON_CFLAGS += -DCHRE_AUDIO_SUPPORT_ENABLED
58 COMMON_CFLAGS += -DCHRE_PATCH_VERSION=$(CHRE_PATCH_VERSION)
  /system/chre/external/
external.mk 36 COMMON_CFLAGS += -Iexternal/kiss_fft
39 COMMON_CFLAGS += -DFIXED_POINT
  /system/chre/apps/chqts/build/
shared_make.mk 29 COMMON_CFLAGS += -DCHRE_NO_ENDIAN_H \
34 COMMON_CFLAGS += -I$(NANOAPP_SRC_PATH)
  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 3 COMMON_CFLAGS := \
22 COMMON_CFLAGS += -Xclang -fuse-init-array
24 COMMON_CFLAGS += -D__STDC_INT64__
55 COMMON_CFLAGS += -DHAVE_GRALLOC1
92 LOCAL_CFLAGS += $(COMMON_CFLAGS) -UNDEBUG -g -O0
117 LOCAL_CFLAGS += $(COMMON_CFLAGS) -DANGLE_DISABLE_TRACE
  /system/chre/apps/wifi_offload/
wifi_offload.mk 11 COMMON_CFLAGS += -I$(WIFI_OFFLOAD_TYPES_PREFIX)/include
12 COMMON_CFLAGS += -I$(WIFI_OFFLOAD_TYPES_PREFIX)/test/include
13 COMMON_CFLAGS += -I$(FLAT_BUFFERS_PREFIX)/include

Completed in 170 milliseconds

1 2