From c394258cfe4bd9a2fc2617a117849cfca20727e7 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Mon, 6 Nov 2017 09:30:38 -0800 Subject: [PATCH] Remove deprecated aliases These are no longer used. Test: build aosp_marlin Bug: 34980020 Change-Id: I04e4aa2322fcdf5945b99967d88287c353b9a6ae --- private/file.te | 5 ----- 1 file changed, 5 deletions(-) diff --git a/private/file.te b/private/file.te index 7bd83f2c5..6994202ea 100644 --- a/private/file.te +++ b/private/file.te @@ -1,8 +1,3 @@ -# Compatibility with type names used in vanilla Android 4.3 and 4.4. -typealias audio_data_file alias audio_firmware_file; -typealias app_data_file alias platform_app_data_file; -typealias app_data_file alias download_file; - # /proc/config.gz type config_gz, fs_type; -- GitLab