Skip to content

Commit 5f61087

Browse files
onoratojandroid code review
authored andcommitted
Merge "Get rid of LOCAL_MODULE_TAGS := user"
2 parents a950daf + 0e46295 commit 5f61087

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

data/etc/Android.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ include $(CLEAR_VARS)
2121

2222
LOCAL_MODULE := platform.xml
2323

24-
LOCAL_MODULE_TAGS := user
25-
2624
LOCAL_MODULE_CLASS := ETC
2725

2826
# This will install the file in /system/etc/permissions
@@ -38,8 +36,6 @@ include $(BUILD_PREBUILT)
3836

3937
#LOCAL_MODULE := required_hardware.xml
4038

41-
#LOCAL_MODULE_TAGS := user
42-
4339
#LOCAL_MODULE_CLASS := ETC
4440

4541
# This will install the file in /system/etc/permissions

0 commit comments

Comments
 (0)