Bug 692293 - Android builder for MuPDF has wrong location in Android.mk
Summary: Android builder for MuPDF has wrong location in Android.mk
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: unspecified
Hardware: Other other
: P4 major
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 15:00 UTC by Andrew Wyld
Modified: 2011-07-04 14:01 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Wyld 2011-06-21 15:00:20 UTC
LOCAL_C_INCLUDES := \
	$(MUPDF_ROOT)/draw \
	$(MUPDF_ROOT)/fitz \
	$(MUPDF_ROOT)/mupdf

should read

LOCAL_C_INCLUDES := \
	$(MUPDF_ROOT)/draw \
	$(MUPDF_ROOT)/fitz \
	$(MUPDF_ROOT)/pdf

This prevents the system from building.
Comment 1 Robin Watts 2011-07-04 14:01:25 UTC
Fixed now. Thanks.