Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libdrm: Commit

external/libdrm


Commit MetaInfo

Revision397795374dee383d58af8264493b6cce944184d9 (tree)
Time2020-05-23 23:07:16
AuthorMauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Log Message

android: add libcutils and liblog shared dependencies

To replicate the existing dependecies in Android.mk
including liblog that was added in following commit
1fccc82 "android: libdrm_platform: add liblog shared dependency"

Change Summary

Incremental Difference

--- a/Android.bp
+++ b/Android.bp
@@ -26,6 +26,12 @@ build = ["Android.sources.bp"]
2626
2727 cc_defaults {
2828 name: "libdrm_defaults",
29+
30+ shared_libs: [
31+ "libcutils",
32+ "liblog",
33+ ],
34+
2935 cflags: [
3036 // XXX: Consider moving these to config.h analogous to autoconf.
3137 "-DMAJOR_IN_SYSMACROS=1",
Show on old repository browser