9 lines
288 B
Makefile
9 lines
288 B
Makefile
BASE_PATH := $(call my-dir)
|
|
|
|
include $(BASE_PATH)/pdfiumfdrm.mk
|
|
include $(BASE_PATH)/pdfiumfpdfapi.mk
|
|
include $(BASE_PATH)/pdfiumfpdfdoc.mk
|
|
include $(BASE_PATH)/pdfiumfpdftext.mk
|
|
include $(BASE_PATH)/pdfiumfxcodec.mk
|
|
include $(BASE_PATH)/pdfiumfxcrt.mk
|
|
include $(BASE_PATH)/pdfiumfxge.mk
|