diff options
author | 2017-03-14 15:38:12 -0700 | |
---|---|---|
committer | 2017-03-16 15:29:56 -0700 | |
commit | e77dce28e5e9a7f078cb324a7b9320802fca8469 (patch) | |
tree | fd9acfdfa16ac9cc7ad656ec57c6a7c2d01d265b /vulkan/Android.bp | |
parent | d4639b1eae0d934ad47b260315416fb7b8026a50 (diff) |
Force vrhwc/wm to report the native resolution
Due to some Yak-shaving, this also involved a partial conversion of our
libraries to soong.
Notes:
* I also changed the name of libsensor to libvrsensor to avoid a naming
clash with an existing library
* The remaining libraries will be soongified in a separate CL
Bug: 36139334
Test: Build and run vr apps.
Change-Id: Ib39687bd01e3d2e1c30adc54e18f362a85954ab9
Diffstat (limited to 'vulkan/Android.bp')
-rw-r--r-- | vulkan/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/Android.bp b/vulkan/Android.bp index 3f077a249c..3fd8c513a9 100644 --- a/vulkan/Android.bp +++ b/vulkan/Android.bp @@ -23,7 +23,7 @@ ndk_headers { license: "include/vulkan/NOTICE", } -cc_library_static { +cc_library_headers { name: "vulkan_headers", export_include_dirs: ["include"], } |