android13/external/camera_engine_rkaiq/hal_interface2.0/Android.mk

22 lines
1.4 KiB
Makefile
Executable File

# Copyright (C) 2020 Rockchip Electronics Co., Ltd. All rights reserved.
# BY DOWNLOADING, INSTALLING, COPYING, SAVING OR OTHERWISE USING THIS SOFTWARE,
# YOU ACKNOWLEDGE THAT YOU AGREE THE SOFTWARE RECEIVED FORM ROCKCHIP IS PROVIDED
# TO YOU ON AN "AS IS" BASIS and ROCKCHP DISCLAIMS ANY AND ALL WARRANTIES AND
# REPRESENTATIONS WITH RESPECT TO SUCH FILE, WHETHER EXPRESS, IMPLIED, STATUTORY
# OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF TITLE,
# NON-INFRINGEMENT, MERCHANTABILITY, SATISFACTROY QUALITY, ACCURACY OR FITNESS FOR
# A PARTICULAR PURPOSE.
# Rockchip hereby grants to you a limited, non-exclusive, non-sublicensable and
# non-transferable license (a) to install, save and use the Software; (b) to copy
# and distribute the Software in binary code format only.
# Except as expressively authorized by Rockchip in writing, you may NOT: (a) distribute
# the Software in source code; (b) distribute on a standalone basis but you may distribute
# the Software in conjunction with platforms incorporating Rockchip integrated circuits;
# (c) modify the Software in whole or part;(d) decompile, reverse-engineer, dissemble,
# or attempt to derive any source code from the Software;(e) remove or obscure any copyright,
# patent, or trademark statement or notices contained in the Software.
# used for rkisp2.0
ifneq ($(filter rk1126 rk356x rk3588 rk3562, $(strip $(TARGET_BOARD_PLATFORM))), )
include $(call all-subdir-makefiles)
endif