Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

va/Android.mk: Fixes for compilation #728

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2023

  1. va/Android.mk: define SYSCONFDIR

    * defined to /system/etc by default, since anyone building libva-android can install a configuration file there.
    muhammad23012009 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0c6568e View commit details
    Browse the repository at this point in the history
  2. va/Android.mk: Install libraries in /system instead

    * These libraries aren't exactly supposed to end up in /vendor, https://source.android.com/docs/core/architecture/vndk defined here. Only vendor specific items are supposed to be in /vendor.
    muhammad23012009 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    63e2f37 View commit details
    Browse the repository at this point in the history
  3. va/Android.mk: don't build libva{_android} as proprietary module

    * Allows libva-utils to compile with libva-android as well
    muhammad23012009 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    75159d5 View commit details
    Browse the repository at this point in the history