Replace _hidl_ with _hal_ in test names
[ Merged from http://go/wvgerrit/148451 ] This step is a prelude in adding Widevine unit tests that use AIDL interface. Test: ./build_and_run_all_unit_tests.sh Bug: 217247987 Change-Id: I449050819e6c9b0261066997dd45a6103b3a9a7a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds libwvdrmmediacrypto_hidl_test
|
||||
# Builds libwvdrmmediacrypto_hal_test
|
||||
#
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -54,7 +54,7 @@ LOCAL_HEADER_LIBRARIES := \
|
||||
LOCAL_C_INCLUDES += \
|
||||
external/protobuf/src \
|
||||
|
||||
LOCAL_MODULE := libwvdrmmediacrypto_hidl_test
|
||||
LOCAL_MODULE := libwvdrmmediacrypto_hal_test
|
||||
LOCAL_LICENSE_KINDS := legacy_by_exception_only
|
||||
LOCAL_LICENSE_CONDITIONS := by_exception_only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user