Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support compile source code of beacon library #52

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

TonyTangAndroid
Copy link
Contributor

Support compile source code of beacon library with the assumption that there is a symlinks pointing to the source code.
The command that I used to create the link on Mac is
ln -s /Users/ztang/beacon/android-beacon-library /Users/ztang/beacon/android-beacon-library-reference

there is a symlinks pointing to the source code. The command that I used
to create the link on Mac is
```ln -s /Users/ztang/beacon/android-beacon-library /Users/ztang/beacon/android-beacon-library-reference```
@davidgyoung
Copy link
Member

Ah, include ':android-beacon-library:lib'. I did not think of that. Makes sense!

@TonyTangAndroid
Copy link
Contributor Author

I did not know about that neither until I checked out the source code of Glide library the other day. Then I introduced this practices within our own prod app. It comes to be handy.

@davidgyoung davidgyoung merged commit e0b309a into AltBeacon:master Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants