display: More fixes for VNDK
Change-Id: I8887ffdde3d6f39f9405dd38e8eaedbb8da2a9b4
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
8ae77fc36e
commit
b1013968b9
@@ -18,6 +18,7 @@ cc_defaults {
|
||||
|
||||
cc_library_headers {
|
||||
name: "display_headers",
|
||||
vendor_available: true,
|
||||
export_include_dirs: [
|
||||
"include",
|
||||
"libcopybit",
|
||||
|
||||
@@ -13,7 +13,7 @@ LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/qcom/display/
|
||||
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
|
||||
LOCAL_SHARED_LIBRARIES := libEGL libGLESv2 libui libutils liblog
|
||||
LOCAL_SHARED_LIBRARIES := libEGL libGLESv2 libGLESv3 libui libutils liblog
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps) $(kernel_deps)
|
||||
|
||||
LOCAL_CFLAGS := $(version_flag) -Wno-missing-field-initializers -Wall \
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <binder/ProcessState.h>
|
||||
#include <hidl/LegacySupport.h>
|
||||
#include "QtiAllocator.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ cc_library_shared {
|
||||
name: "libqdutils",
|
||||
vendor: true,
|
||||
defaults: ["display_defaults"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
header_libs: ["libhardware_headers", "libutils_headers"],
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libqservice",
|
||||
|
||||
Reference in New Issue
Block a user