display: More fixes for VNDK

Change-Id: I8887ffdde3d6f39f9405dd38e8eaedbb8da2a9b4
This commit is contained in:
Naseer Ahmed
2018-04-02 17:28:51 -04:00
committed by Gerrit - the friendly Code Review server
parent 8ae77fc36e
commit b1013968b9
4 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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 \

View File

@@ -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"

View File

@@ -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",