Packages clean up

Use upstream libdrm, and wayland-protocols packages. mesa is listed but
it is not built by default.

Comment out camera related packages until we know how it is enabled in
4.19

This will save 170MB in rootfs.

Bug: 162115096

Change-Id: Ica23bc3a20d88c71bf05bc451b5da2dcf89cd1d3
diff --git a/packages.mk b/packages.mk
index 56aa98b..1fe4168 100644
--- a/packages.mk
+++ b/packages.mk
@@ -20,15 +20,13 @@
 $(eval $(call make-pbuilder-bsp-package-target,mtk-board-audio,packages/mtk-board-audio))
 $(eval $(call make-pbuilder-bsp-package-target,meta-excelsior,packages/meta-excelsior))
 $(eval $(call make-pbuilder-bsp-package-target,excelsior-nvram,packages/excelsior-nvram))
-$(eval $(call make-pbuilder-bsp-package-target,excelsior-img-fw,graphics/img-fw, libdrm))
-$(eval $(call make-pbuilder-bsp-package-target,wayland-protocols-mtk,graphics/wayland/wayland-protocols))
-$(eval $(call make-pbuilder-bsp-package-target,weston-mtk,graphics/wayland/weston, wayland-protocols-mtk mesa-mtk))
-$(eval $(call make-pbuilder-bsp-package-target,mesa-mtk,graphics/mesa, libdrm))
-$(eval $(call make-pbuilder-bsp-package-target,excelsior-mtkcam-prebuilts,packages/excelsior-mtkcam-prebuilts))
-$(eval $(call make-pbuilder-bsp-package-target,excelsior-mtkcam,packages/excelsior-mtkcam,excelsior-mtkcam-prebuilts android-core excelsior-nvram))
+$(eval $(call make-pbuilder-bsp-package-target,excelsior-img-fw,graphics/img-fw))
+$(eval $(call make-pbuilder-bsp-package-target,weston-mtk,graphics/wayland/weston))
+# $(eval $(call make-pbuilder-bsp-package-target,mesa-mtk,graphics/mesa))
+# $(eval $(call make-pbuilder-bsp-package-target,excelsior-mtkcam-prebuilts,packages/excelsior-mtkcam-prebuilts))
+# $(eval $(call make-pbuilder-bsp-package-target,excelsior-mtkcam,packages/excelsior-mtkcam,excelsior-mtkcam-prebuilts android-core excelsior-nvram))
 $(eval $(call make-pbuilder-bsp-package-target,glmark2,graphics/glmark2,weston-mtk))
 $(eval $(call make-pbuilder-bsp-package-target,excelsior-vpu-prebuilts,multimedia/vpu,gst-plugins-good1.0 gst-mtkmdp mdpd))
-$(eval $(call make-pbuilder-bsp-package-target,libdrm,graphics/libdrm))
 $(eval $(call make-pbuilder-bsp-package-target,libmdp-prot,multimedia/libmdp_prot))
 $(eval $(call make-pbuilder-bsp-package-target,mdpd,multimedia/mdpd, libmdp-prot))
 $(eval $(call make-pbuilder-bsp-package-target,gstreamer1.0,multimedia/gstreamer1.0))