Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c07b20a authored by Yuexi Ma's avatar Yuexi Ma Committed by Android (Google) Code Review
Browse files

Merge "tv hdmi vts test init"

parents 5f810327 09b86957
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir)
# build VTS driver for TvCec v1.0.
include $(CLEAR_VARS)

LOCAL_MODULE := libvts_driver_hidl_tv_hdmi_cec@1.0
LOCAL_MODULE := libvts_driver_hidl_tv_cec@1.0

LOCAL_SRC_FILES := \
  HdmiCec.vts \
@@ -51,7 +51,7 @@ include $(BUILD_SHARED_LIBRARY)
# build VTS profiler for HdmiCec
include $(CLEAR_VARS)

LOCAL_MODULE := libvts_profiler_hidl_tv_hdmi_cec@1.0
LOCAL_MODULE := libvts_profiler_hidl_tv_cec@1.0

LOCAL_SRC_FILES := \
  HdmiCec.vts \
@@ -86,7 +86,7 @@ include $(BUILD_SHARED_LIBRARY)
# build VTS profiler for HdmiCecCallback
include $(CLEAR_VARS)

LOCAL_MODULE := libvts_profiler_hidl_tv_hdmi_cec_callback_@1.0
LOCAL_MODULE := libvts_profiler_hidl_tv_cec_callback_@1.0

LOCAL_SRC_FILES := \
  HdmiCecCallback.vts \
@@ -116,3 +116,5 @@ LOCAL_PROTOC_OPTIMIZE_TYPE := full
LOCAL_MULTILIB := both

include $(BUILD_SHARED_LIBRARY)

include $(call all-makefiles-under,$(LOCAL_PATH))
 No newline at end of file
+19 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

LOCAL_PATH := $(call my-dir)

include $(call all-subdir-makefiles)
+19 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

LOCAL_PATH := $(call my-dir)

include $(call all-subdir-makefiles)
+19 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

LOCAL_PATH := $(call my-dir)

include $(call all-subdir-makefiles)
+19 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

LOCAL_PATH := $(call my-dir)

include $(call all-subdir-makefiles)
Loading