Skip to content

Commit

Permalink
va/Android.mk: don't build libva{_android} as proprietary module
Browse files Browse the repository at this point in the history
* Allows libva-utils to compile with libva-android as well
  • Loading branch information
muhammad23012009 authored Jul 9, 2023
1 parent 63e2f37 commit 75159d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions va/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/..
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libva
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_PROPRIETARY_MODULE := true

LOCAL_SHARED_LIBRARIES := libdl libdrm libcutils liblog

Expand Down Expand Up @@ -96,7 +95,6 @@ LOCAL_C_INCLUDES += \

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libva-android
LOCAL_PROPRIETARY_MODULE := true

LOCAL_SHARED_LIBRARIES := libva libdrm liblog

Expand Down

0 comments on commit 75159d5

Please sign in to comment.