Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f860bcb9 authored by Jesse Hall's avatar Jesse Hall
Browse files

vulkan: Add build-install_libvulkan virtual branch

Change-Id: I8f028c6aedf6bcc44d1da25cf9b0e16b95f3c10b
(cherry picked from commit d25223b2a824b8b78d6e0783069aecb8981d9428)
parent ebb651fa
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -12,8 +12,15 @@ $ git am $VULKAN_PATCHES/$PATCH_DIR/*

frameworks_base-apk_library_dir
-------------------------------
This branch is for frameworks/base. It modifies the framework to
This branch is for $TOP/frameworks/base. It modifies the framework to
inform the Vulkan loader, during activity startup, where the
activity's native library directory. The loader will search this
directory for layer libraries. Without this change, layers will only
be loaded from a global location under /data.


build-install_libvulkan
-----------------------
This branch is for $TOP/build. It adds libvulkan.so to the base
PRODUCT_PACKAGES variable, so it will be built and installed on the system
partition by default.
+25 −0
Original line number Diff line number Diff line
From a0aa01fb36a2769b7113316c86e902def62001d9 Mon Sep 17 00:00:00 2001
From: Jesse Hall <jessehall@google.com>
Date: Wed, 14 Oct 2015 15:20:34 -0700
Subject: [PATCH] Add libvulkan to base PRODUCT_PACKAGES

Change-Id: I6c3ad4732148888a88fe980bf8e2bedf26ee74c8
---
 target/product/base.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/product/base.mk b/target/product/base.mk
index 1699156..4b9ce92 100644
--- a/target/product/base.mk
+++ b/target/product/base.mk
@@ -94,6 +94,7 @@ PRODUCT_PACKAGES += \
     libvisualizer \
     libvorbisidec \
     libmediandk \
+    libvulkan \
     libwifi-service \
     media \
     media_cmd \
-- 
2.6.0.rc2.230.g3dd15c0