Skip to content

Instantly share code, notes, and snippets.

@pawitp
Created August 11, 2011 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawitp/1139378 to your computer and use it in GitHub Desktop.
Save pawitp/1139378 to your computer and use it in GitHub Desktop.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= LibCameraWrapper.cpp
LOCAL_SHARED_LIBRARIES:= libdl libutils libcutils libcamera_client
LOCAL_MODULE := libcamera
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment