Skip to content

Commit

Permalink
VNDK: Add local module
Browse files Browse the repository at this point in the history
Change-Id: I4144a27eafdd8980f99850a6134128cc72dfd041
  • Loading branch information
Vara Prasad A V S G authored and Baldev Sahu committed Jun 22, 2018
1 parent 4e413e7 commit 3e26530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gpu_tonemapper/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(LOCAL_PATH)/../common.mk

include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)
LOCAL_COPY_HEADERS := TonemapFactory.h Tonemapper.h
include $(BUILD_COPY_HEADERS)
Expand Down
1 change: 1 addition & 0 deletions libcopybit/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/../common.mk
include $(CLEAR_VARS)

LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)
LOCAL_COPY_HEADERS := copybit.h copybit_priv.h c2d2.h
#Copy the headers regardless of whether copybit is built
Expand Down
2 changes: 2 additions & 0 deletions sdm/libs/core/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ include $(BUILD_SHARED_LIBRARY)

SDM_HEADER_PATH := ../../include
include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)/sdm/core
LOCAL_COPY_HEADERS = $(SDM_HEADER_PATH)/core/buffer_allocator.h \
$(SDM_HEADER_PATH)/core/buffer_sync_handler.h \
Expand All @@ -70,6 +71,7 @@ LOCAL_COPY_HEADERS = $(SDM_HEADER_PATH)/core/buffer_allocator.h \
include $(BUILD_COPY_HEADERS)

include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)/sdm/private
LOCAL_COPY_HEADERS = $(SDM_HEADER_PATH)/private/color_interface.h \
$(SDM_HEADER_PATH)/private/color_params.h \
Expand Down
1 change: 1 addition & 0 deletions sdm/libs/utils/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ include $(BUILD_SHARED_LIBRARY)

SDM_HEADER_PATH := ../../include
include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)/sdm/utils
LOCAL_COPY_HEADERS = $(SDM_HEADER_PATH)/utils/constants.h \
$(SDM_HEADER_PATH)/utils/debug.h \
Expand Down

0 comments on commit 3e26530

Please sign in to comment.