Merge "Exporting headers as libhardware_legacy_headers" am: 825a3e4895
am: d0573b07c1
am: a673b8d80d
am: b3ecdf3ed4
Change-Id: I565e8d18fc78fe2de77775f7f872ee665f902d2f
This commit is contained in:
commit
37a54f30b8
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ LOCAL_MODULE:= libhardware_legacy
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libhardware_legacy_headers
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
include $(BUILD_HEADER_LIBRARY)
|
||||
|
||||
# legacy_audio builds it's own set of libraries that aren't linked into
|
||||
# hardware_legacy
|
||||
include $(LEGACY_AUDIO_MAKEFILES)
|
||||
|
|
Loading…
Reference in a new issue