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

Fix some incompatible native android_* rules references #260

Conversation

cgruber
Copy link
Collaborator

@cgruber cgruber commented Jan 17, 2020

This only fixes these references within the library, and does not address third-party violations from things like @build_tools. Also, updates and reorganizes the android sample's WORKSPACE file. Minor buildifier formatting also.

Partly addresses #251

This only fixes these references within the library, and does not address third-party violations from things like @build_tools.

Fix up and reorganize workspace file
@cgruber cgruber force-pushed the fix/incompatible_native_android_rules branch from ed865a2 to 03fb81d Compare January 17, 2020 00:22
@cgruber cgruber changed the title Fix/incompatible native android rules Fix some incompatible native android_* rules references Jan 17, 2020
@cgruber
Copy link
Collaborator Author

cgruber commented Jan 17, 2020

crap - this change adds a real dependency on the android rules which, if you don't use android, bleeds into your project if you use the kotlin rules.

I think this actually needs a bit of a project reorganization so it doesn't require the android stuff to be present in the midst of the non-android stuff. :/

(Thanks, CI, for pointing this out)

@cgruber cgruber closed this Feb 27, 2020
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.

1 participant