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 {
|
cc_library_headers {
|
||||||
name: "display_headers",
|
name: "display_headers",
|
||||||
|
vendor_available: true,
|
||||||
export_include_dirs: [
|
export_include_dirs: [
|
||||||
"include",
|
"include",
|
||||||
"libcopybit",
|
"libcopybit",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ LOCAL_VENDOR_MODULE := true
|
|||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/qcom/display/
|
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/qcom/display/
|
||||||
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
|
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_ADDITIONAL_DEPENDENCIES := $(common_deps) $(kernel_deps)
|
||||||
|
|
||||||
LOCAL_CFLAGS := $(version_flag) -Wno-missing-field-initializers -Wall \
|
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
|
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include <binder/ProcessState.h>
|
|
||||||
#include <hidl/LegacySupport.h>
|
#include <hidl/LegacySupport.h>
|
||||||
#include "QtiAllocator.h"
|
#include "QtiAllocator.h"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ cc_library_shared {
|
|||||||
name: "libqdutils",
|
name: "libqdutils",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
defaults: ["display_defaults"],
|
defaults: ["display_defaults"],
|
||||||
header_libs: ["libhardware_headers"],
|
header_libs: ["libhardware_headers", "libutils_headers"],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libqservice",
|
"libqservice",
|
||||||
|
|||||||
Reference in New Issue
Block a user