Home | History | Annotate | Download | only in pn54x
      1 EXTN_PN54X_PATH:= $(call my-dir)
      2 
      3 LOCAL_C_INCLUDES += \
      4     $(EXTN_PN54X_PATH)/inc \
      5     $(EXTN_PN54X_PATH)/src/common \
      6     $(EXTN_PN54X_PATH)/src/log \
      7     $(EXTN_PN54X_PATH)/src/mifare \
      8     $(EXTN_PN54X_PATH)/src/utils
      9 
     10 LOCAL_CFLAGS += -DNXP_UICC_ENABLE
     11