diff options
author | Roman Stratiienko <[email protected]> | 2020-03-22 23:36:16 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-23 14:03:22 +0000 |
commit | 2a70a1d69d3151e6c95111a297e715e887692ce3 (patch) | |
tree | 1e26c20847d82448d6fe46b2c4cd8128a319f320 /src/panfrost/Android.mk | |
parent | 6c8ccbe41b65f21622e10f4de54a6a19dc7d9afa (diff) |
panfrost: Align Android makefiles with recent changes
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Signed-off-by: Roman Stratiienko <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4280>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4280>
Diffstat (limited to 'src/panfrost/Android.mk')
-rw-r--r-- | src/panfrost/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Android.mk b/src/panfrost/Android.mk index e48f81071e6..670f60f3e32 100644 --- a/src/panfrost/Android.mk +++ b/src/panfrost/Android.mk @@ -25,6 +25,7 @@ LOCAL_PATH := $(call my-dir) include $(LOCAL_PATH)/Makefile.sources +include $(LOCAL_PATH)/Android.util.mk include $(LOCAL_PATH)/Android.bifrost.mk include $(LOCAL_PATH)/Android.encoder.mk include $(LOCAL_PATH)/Android.midgard.mk |