Exporting headers as libhardware_legacy_headers
Bug: 33241851 Test: Build sailfish Change-Id: I05dac45051713ac56b53b2d8fd8b01281dbe0db1
This commit is contained in:
parent
adedd72dd1
commit
a150372fcc
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