packages/apps/Superuser
Revision | 9452e17d7c911f6a56499f030c6c871feb12e62b (tree) |
---|---|
Zeit | 2012-02-07 09:08:55 |
Autor | Steve Kondik <shade@chem...> |
Commiter | Gerrit Code Review |
Merge "Fix superuser build to be same as market version" into ics
@@ -6,6 +6,8 @@ LOCAL_PACKAGE_NAME := Superuser | ||
6 | 6 | LOCAL_SRC_FILES := $(call all-java-files-under,src) |
7 | 7 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
8 | 8 | |
9 | +LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true | |
10 | + | |
9 | 11 | LOCAL_CERTIFICATE := superuser |
10 | 12 | |
11 | 13 | include $(BUILD_PACKAGE) |