-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9b15727
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey man had a quick question before this commit the binary built fine into ROMs, but since this commit it no longer has been building the binary and putting it in system/xbin, I can build it manually if i cd to the system/extras/su directory and run the 'mm' command, but doesn't build automatically anymore, wondering if its the tags because this shows up in my output..
build/core/base_rules.mk:69: unusual tags eng,debug on su at system/extras/su
building froyo for sholes
9b15727
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested several different ways to get it to build into the ROM like it used to and the only thing that does it is when I remove the 'LOCAL_MODULE_TAGS' line from the android.mk file
9b15727
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9b15727
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is the tags, I don't build CM, but I know it doesn't build in on froyo ROMs, I just always preferred using your straight source rather than just linking to the binary from CM or someone else, that was why I cam to ask you.
is there anyway you could remove the local module tags line from source?
thanks for the reply.