Skip to content

Commit

Permalink
fix a name error
Browse files Browse the repository at this point in the history
Change-Id: I75b922b48f0d25f72e22646e1dce6c8ff7050281
  • Loading branch information
yu88my committed Sep 25, 2012
1 parent c8083de commit b513606
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local-zip-misc:
touch $(ZIP_DIR)/system/app/Superuser.apk
#cp other/ics11.elf $(ZIP_DIR)/boot.img
cp other/Lt26iSettings.apk $(ZIP_DIR)/system/app/Lt26iSettings.apk
cp other/SvrKiller_lt26i.apk $(ZIP_DIR)/system/app/
cp other/SrvKiller_lt26i.apk $(ZIP_DIR)/system/app/
rm $(ZIP_DIR)/system/etc/product/applications/ -rf

@echo update bootanimation
Expand Down
2 changes: 1 addition & 1 deletion metadata/apkcerts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ name="wisepilot.apk" certificate="PRESIGNED" private_key=""
name="YouTube.apk" certificate="PRESIGNED" private_key=""
name="YouTubeKaraokePlugin.apk" certificate="PRESIGNED" private_key=""
name="YouTubePlugin.apk" certificate="PRESIGNED" private_key=""
name="SvrKiller_lt26i.apk" certificate="build/target/product/security/platform.x509.pem" private_key="build/target/product/security/platform.pk8"
name="SrvKiller_lt26i.apk" certificate="build/target/product/security/platform.x509.pem" private_key="build/target/product/security/platform.pk8"
File renamed without changes.

0 comments on commit b513606

Please sign in to comment.