Skip to content

Commit

Permalink
add certinstaller
Browse files Browse the repository at this point in the history
Change-Id: I283c61993e5980f85e32178d3073ab5e7eebe43a
  • Loading branch information
fanoge committed Aug 20, 2012
1 parent d48fc1c commit 9b2dabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions customize_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ then
# touch "$BUILD_OUT/$SEP_FRAME/apktool.yml"
# echo "version: 1.4.3" >> "$BUILD_OUT/$SEP_FRAME/apktool.yml"
# echo "apkFileName: $SEP_FRAME.jar" >> "$BUILD_OUT/$SEP_FRAME/apktool.yml"
rm -rf $BUILD_OUT/$SEP_FRAME/smali/miui $BUILD_OUT/$SEP_FRAME/smali/com/samsung $BUILD_OUT/$SEP_FRAME/smali/android/widget
mv "$BUILD_OUT/framework/smali/miui" "$BUILD_OUT/$SEP_FRAME/smali"
mkdir -p "$BUILD_OUT/$SEP_FRAME/smali/com/"
mv "$BUILD_OUT/framework/smali/com/samsung" "$BUILD_OUT/$SEP_FRAME/smali/com/"
Expand Down
1 change: 1 addition & 0 deletions phoneapps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ private-phone-apps := ApplicationsProvider \
BluetoothTest \
CSC \
ClipboardSaveService \
CertInstaller \
DefaultContainerService \
Divx \
EdmVpnServices \
Expand Down

0 comments on commit 9b2dabe

Please sign in to comment.