• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Superuser


Commit MetaInfo

Revision9452e17d7c911f6a56499f030c6c871feb12e62b (tree)
Zeit2012-02-07 09:08:55
AutorSteve Kondik <shade@chem...>
CommiterGerrit Code Review

Log Message

Merge "Fix superuser build to be same as market version" into ics

Ändern Zusammenfassung

Diff

--- a/Android.mk
+++ b/Android.mk
@@ -6,6 +6,8 @@ LOCAL_PACKAGE_NAME := Superuser
66 LOCAL_SRC_FILES := $(call all-java-files-under,src)
77 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
88
9+LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
10+
911 LOCAL_CERTIFICATE := superuser
1012
1113 include $(BUILD_PACKAGE)