rmnetctl: Remove references to LOCAL_COPY_HEADERS

All clients will need to use the header library instead.

CRs-Fixed: 2939541
Change-Id: Ia316904a3760c324df6d4bc2342d8cac45866cd6
This commit is contained in:
Subash Abhinov Kasiviswanathan
2021-05-05 11:49:47 -06:00
parent 40382c5509
commit aea1317fc9
2 changed files with 0 additions and 11 deletions

View File

@@ -1,2 +0,0 @@
include $(call all-subdir-makefiles)

View File

@@ -1,9 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_COPY_HEADERS_TO := dataservices/rmnetctl
LOCAL_COPY_HEADERS := ../inc/librmnetctl.h
include $(BUILD_COPY_HEADERS)