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,7 +1,7 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds libwvdrmengine_hidl_test
|
||||
# Builds libwvdrmengine_hal_test
|
||||
#
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
@@ -40,7 +40,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
LOCAL_HEADER_LIBRARIES := \
|
||||
libstagefright_foundation_headers \
|
||||
|
||||
LOCAL_MODULE := libwvdrmengine_hidl_test
|
||||
LOCAL_MODULE := libwvdrmengine_hal_test
|
||||
LOCAL_LICENSE_KINDS := legacy_by_exception_only
|
||||
LOCAL_LICENSE_CONDITIONS := by_exception_only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user