Revert "Add 29.0 mapping files"

This reverts commit 5702e9d75886b8ed6dcda167cfadcf4be3e676d0.

Reason for revert: breaks build

Change-Id: I2a1772545ec4aae8723ecce93c9bf9d49e905986
diff --git a/Android.bp b/Android.bp
index bf91041..2934cd9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,13 +36,6 @@
 }
 
 se_filegroup {
-    name: "29.0.board.compat.map",
-    srcs: [
-        "compat/29.0/29.0.cil",
-    ],
-}
-
-se_filegroup {
     name: "26.0.board.ignore.map",
     srcs: [
         "compat/26.0/26.0.ignore.cil",
@@ -63,13 +56,6 @@
     ],
 }
 
-se_filegroup {
-    name: "29.0.board.ignore.map",
-    srcs: [
-        "compat/29.0/29.0.ignore.cil",
-    ],
-}
-
 se_cil_compat_map {
     name: "26.0.cil",
     bottom_half: [":26.0.board.compat.map"],
@@ -85,13 +71,7 @@
 se_cil_compat_map {
     name: "28.0.cil",
     bottom_half: [":28.0.board.compat.map"],
-    top_half: "29.0.cil",
-}
-
-se_cil_compat_map {
-    name: "29.0.cil",
-    bottom_half: [":29.0.board.compat.map"],
-    // top_half: "30.0.cil",
+    // top_half: "29.0.cil",
 }
 
 se_cil_compat_map {
@@ -112,15 +92,9 @@
     // top_half: "29.0.ignore.cil",
 }
 
-se_cil_compat_map {
-    name: "29.0.ignore.cil",
-    bottom_half: [":29.0.board.ignore.map"],
-    // top_half: "30.0.ignore.cil",
-}
-
 prebuilt_etc {
-    name: "26.0.compat.cil",
-    src: "private/compat/26.0/26.0.compat.cil",
+    name: "28.0.compat.cil",
+    src: "private/compat/28.0/28.0.compat.cil",
     sub_dir: "selinux/mapping",
 }
 
@@ -131,14 +105,8 @@
 }
 
 prebuilt_etc {
-    name: "28.0.compat.cil",
-    src: "private/compat/28.0/28.0.compat.cil",
-    sub_dir: "selinux/mapping",
-}
-
-prebuilt_etc {
-    name: "29.0.compat.cil",
-    src: "private/compat/29.0/29.0.compat.cil",
+    name: "26.0.compat.cil",
+    src: "private/compat/26.0/26.0.compat.cil",
     sub_dir: "selinux/mapping",
 }