Loading vulkan/patches/README +8 −1 Original line number Diff line number Diff line Loading @@ -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. vulkan/patches/build-install_libvulkan/0001-Add-libvulkan-to-base-PRODUCT_PACKAGES.patch 0 → 100644 +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 Loading
vulkan/patches/README +8 −1 Original line number Diff line number Diff line Loading @@ -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.
vulkan/patches/build-install_libvulkan/0001-Add-libvulkan-to-base-PRODUCT_PACKAGES.patch 0 → 100644 +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