7 lines
219 B
Makefile
7 lines
219 B
Makefile
BASE_PATH := $(call my-dir)
|
|
|
|
include $(BASE_PATH)/pdfium.mk
|
|
include $(BASE_PATH)/pdfiumformfiller.mk
|
|
include $(BASE_PATH)/pdfiumfxedit.mk
|
|
include $(BASE_PATH)/pdfiumjavascript.mk
|
|
include $(BASE_PATH)/pdfiumpdfwindow.mk
|