Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
libjpeg: export include dirs
Browse files Browse the repository at this point in the history
Export $(LOCAL_PATH) as an include dir to modules that depend on libjpeg
so they can include jpeglib.h.

Change-Id: I1c708ad587c073b97f382226bc34a22f24257d64
  • Loading branch information
colincross committed Dec 22, 2015
1 parent 1126ef4 commit d8d414e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ endif

LOCAL_MODULE := libjpeg_static

LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)

include $(BUILD_STATIC_LIBRARY)


Expand All @@ -82,6 +84,8 @@ else
LOCAL_SDK_VERSION := 17
endif

LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)

include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)
Expand Down

0 comments on commit d8d414e

Please sign in to comment.