HomeSort by relevance Sort by last modified time
    Searched defs:DBUS_VERSION_MINOR (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 919 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
923 ifeq ($(DBUS_VERSION_MINOR),)
924 DBUS_VERSION_MINOR=0
927 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
Makefile 898 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
902 ifeq ($(DBUS_VERSION_MINOR),)
903 DBUS_VERSION_MINOR=0
906 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)

Completed in 130 milliseconds