Revert "dragon: update vsync phase numbers"
am: 9a79c17aa3

Change-Id: I0a8aab0863d499e9f2dc988d4271b82f81288d2f
diff --git a/recovery/OWNERS b/recovery/OWNERS
new file mode 100644
index 0000000..9f6ef9e
--- /dev/null
+++ b/recovery/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+tbao@google.com
+xunchang@google.com
diff --git a/recovery/updater/Android.mk b/recovery/updater/Android.mk
index 4481a5f..965dd52 100644
--- a/recovery/updater/Android.mk
+++ b/recovery/updater/Android.mk
@@ -40,7 +40,6 @@
 include $(CLEAR_VARS)
 LOCAL_MODULE := fwtool
 LOCAL_MODULE_TAGS := optional
-LOCAL_CLANG := true
 LOCAL_SRC_FILES := flash_ec.c flash_mtd.c flash_device.c vboot_interface.c debug_ec.c flash_file.cpp fwtool.cpp update_fw.cpp
 LOCAL_SHARED_LIBRARIES := liblog
 LOCAL_CFLAGS += -Wno-unused-parameter -DUSE_LOGCAT
diff --git a/sepolicy/device_domain_deprecated.te b/sepolicy/device_domain_deprecated.te
index c74fc2b..0bfbe22 100644
--- a/sepolicy/device_domain_deprecated.te
+++ b/sepolicy/device_domain_deprecated.te
@@ -33,7 +33,5 @@
 allow device_domain_deprecated proc_meminfo:file r_file_perms;
 allow device_domain_deprecated proc_net:dir r_dir_perms;
 allow device_domain_deprecated proc_net:{ file lnk_file } r_file_perms;
-allow device_domain_deprecated selinuxfs:dir r_dir_perms;
-allow device_domain_deprecated selinuxfs:file r_file_perms;
 allow device_domain_deprecated asec_public_file:file r_file_perms;
 allow device_domain_deprecated { asec_public_file asec_apk_file }:dir r_dir_perms;