Remove setup of proto generated include/header dependency.

They are now set up automatically by the build system.

Bug: 20093047
Change-Id: I3ab1256952915e402adf6510c0f6fdb158feb802
This commit is contained in:
Ying Wang
2015-04-07 12:09:55 -07:00
parent 71ccb7f032
commit 0c850a4cb3
5 changed files with 0 additions and 31 deletions

View File

@@ -33,18 +33,9 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright_foundation \
libutils \
# CDM's protobuffers are not part of the library
PROTO_SRC_DIR := $(proto_generated_cc_sources_dir)/$(LOCAL_PATH)/core/src
LOCAL_SRC_FILES += \
$(PROTO_SRC_DIR)/license_protocol.pb.cc \
LOCAL_C_INCLUDES += \
$(proto_generated_cc_sources_dir)/$(LOCAL_PATH)/core/src \
external/protobuf/src \
LOCAL_ADDITIONAL_DEPENDENCIES += $(proto_generated_headers)
# End protobuf section
LOCAL_MODULE := libwvdrmmediacrypto_test