{"id":28560674,"url":"https://github.com/fullstorydev/rules_android","last_synced_at":"2026-01-28T08:38:46.451Z","repository":{"id":282288017,"uuid":"878064561","full_name":"fullstorydev/rules_android","owner":"fullstorydev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T18:28:07.000Z","size":90,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-06-10T09:53:23.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullstorydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T18:04:34.000Z","updated_at":"2025-03-13T18:28:09.000Z","dependencies_parsed_at":"2025-03-13T19:49:59.395Z","dependency_job_id":null,"html_url":"https://github.com/fullstorydev/rules_android","commit_stats":null,"previous_names":["fullstorydev/rules_android"],"tags_count":0,"template":false,"template_full_name":"bazel-contrib/rules-template","purl":"pkg:github/fullstorydev/rules_android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Frules_android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Frules_android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Frules_android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Frules_android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstorydev","download_url":"https://codeload.github.com/fullstorydev/rules_android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Frules_android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28842868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T09:37:32.331Z","updated_at":"2026-01-28T08:38:46.429Z","avatar_url":"https://github.com/fullstorydev.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bazel rules for Fullstory + Android\n\n\u003e ## ⚠️ This is an experimental ruleset and not ready for usage ⚠️\n\nThe rules provided here can be used to integrate the Fullstory SDK into APKs\ngenerated by [`bazelbuild/rules_android`](https://github.com/bazelbuild/rules_android)\n\n## Installation\n\nNot available yet\n\n\u003c!--\n### Using Bzlmod\n\nThis is available at [the Bazel Central Registry as `fullstory_rules_android`](https://registry.bazel.build/modules/fullstory_rules_android).\n\n### Using WORKSPACE (Bazel 8 or less)\n\nFrom the release you wish to use:\n\u003chttps://github.com/fullstorydev/rules_android/releases\u003e\ncopy the WORKSPACE snippet into your `WORKSPACE` file.\n--\u003e\n\n## Usage\n\n### Prerequisites\n\n- This library depends on [`bazelbuild/rules_android`](https://github.com/bazelbuild/rules_android),\n  and the current version requires the `--experimental_google_legacy_api` and\n  `--experimental_enable_android_migration_apis` flags to be set. We suggest\n  setting them in your `.bazelrc` as such:\n\n  ```bazelrc\n  common --experimental_google_legacy_api\n  common --experimental_enable_android_migration_apis\n  ```\n\n### Integrating the SDK\n\nTo integrate your APK with the Fullstory SDK, you can use the `fullstory_android_binary`\nrule:\n\n```starlark\nload(\"@fullstory_rules_android//android:defs.bzl\", \"fullstory_android_binary\")\n\nfullstory_android_binary(\n    name = \"app_with_fs\",\n    app = \"//package:android_buinary_target\",\n)\n```\n\nThis will take the unsigned APK generated by the given target, integrate it with\nthe Fullstory SDK, and generate new signed and unsigned APKs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Frules_android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstorydev%2Frules_android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Frules_android/lists"}