displayconfig: hidl fixes

Remove LOCAL_COPY_HEADERS and hidl.base@1.0
Change-Id: I8a7c0b03fee3ef5c8d2f9f7e76d5d9cbe4b77c43
This commit is contained in:
Naseer Ahmed
2018-03-02 10:22:25 -05:00
parent 6f3e3f2e42
commit 503c5c068a

View File

@@ -4,10 +4,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libdisplayconfig
LOCAL_MODULE_TAGS := optional
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
ifeq ($(LLVM_SA), true)
LOCAL_CFLAGS += --compile-and-analyze --analyzer-perf --analyzer-Werror