Merge "Fix indentation" into sc-dev

This commit is contained in:
Mayank Garg
2021-03-16 23:48:36 +00:00
committed by Android (Google) Code Review

View File

@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Privapp permission whitelist files
package {
@@ -189,16 +187,15 @@ prebuilt_etc {
}
prebuilt_etc {
name: "allowed_privapp_com.android.car.cluster.home",
sub_dir: "permissions",
src: "com.android.car.cluster.home.xml",
filename_from_src: true,
name: "allowed_privapp_com.android.car.cluster.home",
sub_dir: "permissions",
src: "com.android.car.cluster.home.xml",
filename_from_src: true,
}
prebuilt_etc {
name: "allowed_privapp_com.android.car.messenger",
sub_dir: "permissions",
src: "com.android.car.messenger.xml",
filename_from_src: true,
name: "allowed_privapp_com.android.car.messenger",
sub_dir: "permissions",
src: "com.android.car.messenger.xml",
filename_from_src: true,
}