Skip to content

Commit

Permalink
revertmeorchangeme
Browse files Browse the repository at this point in the history
  • Loading branch information
zarboz committed Apr 11, 2013
1 parent 5da9ab1 commit 7bf6662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ modules.builtin
/Module.markers
/Module.symvers
arch/arm/boot/compressed
kcontrol

#
# Debian directory (make deb-pkg)
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ $(DNA_ZIP): arch/arm/boot/zImage dna/aroma/updater-script $(CERT)
-rm -rf $(UPDATE_ROOT)
mkdir -p $(UPDATE_ROOT)/system/lib/modules
cp `find . -name '*.ko'` $(UPDATE_ROOT)/system/lib/modules
cp `find kcontrol/ -name '*.ko'` $(UPDATE_ROOT)/system/lib/modules
cp -r dna/init/ $(UPDATE_ROOT)/system/etc
mkdir -p $(UPDATE_ROOT)/META-INF/com/google/android
cp -r dna/tools $(UPDATE_ROOT)/tools
Expand Down
1 change: 1 addition & 0 deletions dna/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

make -j8 && \
make dna/update-this-version.zip && \
make kcontrol/gpu_msm && \
echo && echo "*********** COMPLETE *************" && echo
echo && echo "********EPIC FUCKING WIN**********" && echo
echo && echo "*****Please Collect update zip****" && echo
Expand Down

0 comments on commit 7bf6662

Please sign in to comment.