8909w: removal of android.hidl.base@1.0

removal of android.hidl.base@1.0 as it is already integrated into libhidltransport

Change-Id: I11cc06e8d144f82e819e6593b168b11fe189f768
(cherry picked from commit 66ee0dc5575b0b785e67d87686855f81c914e767)
This commit is contained in:
Rajeswari Konda 2017-10-25 16:15:14 +05:30 committed by Chris Phoenix
parent 6b159c287b
commit 5d958f5ec1
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ LOCAL_HEADER_LIBRARIES := display_headers
LOCAL_COPY_HEADERS := DisplayConfig.h
LOCAL_SRC_FILES := DisplayConfig.cpp
LOCAL_SHARED_LIBRARIES := libhidlbase libhidltransport libutils \
vendor.display.config@1.0 android.hidl.base@1.0
vendor.display.config@1.0
include $(BUILD_SHARED_LIBRARY)