[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/meta/meta-mediatek-ivt/recipes-platform/platform-libs/files/0001-fix-build-fail.patch b/meta/meta-mediatek-ivt/recipes-platform/platform-libs/files/0001-fix-build-fail.patch
new file mode 100755
index 0000000..22ce1b1
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-platform/platform-libs/files/0001-fix-build-fail.patch
@@ -0,0 +1,14 @@
+diff --git a/system/netd/server/RouteController.cpp b/system/netd/server/RouteController.cpp
+index aee06f2..1bb935a 100644
+--- a/system/netd/server/RouteController.cpp
++++ b/system/netd/server/RouteController.cpp
+@@ -79,9 +79,6 @@ const char* const ROUTE_TABLE_NAME_MAIN  = "main";
+ // that will warn us if upstream has given these values some other meaning.
+ const uint16_t FRA_UID_START = 18;
+ const uint16_t FRA_UID_END   = 19;
+-static_assert(FRA_UID_START > FRA_MAX,
+-             "Android-specific FRA_UID_{START,END} values also assigned in Linux uapi. "
+-             "Check that these values match what the kernel does and then update this assertion.");
+ 
+ const uint16_t NETLINK_REQUEST_FLAGS = NLM_F_REQUEST | NLM_F_ACK;
+ const uint16_t NETLINK_CREATE_REQUEST_FLAGS = NETLINK_REQUEST_FLAGS | NLM_F_CREATE | NLM_F_EXCL;