Fix indentation

Bug: 177455922
Test: Warning removed

Change-Id: I9d8b3adfeb4ad160ee187732b2907e41692491a1
This commit is contained in:
Mayank Garg
2021-03-16 13:33:34 -07:00
parent 82769e003b
commit e5eb17a7cc

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,
}