{"id":24564766,"url":"https://github.com/abzico/androidbuildlib","last_synced_at":"2026-04-17T15:33:41.688Z","repository":{"id":144084996,"uuid":"180860856","full_name":"abzico/androidbuildlib","owner":"abzico","description":"Script to build autotools-based library project for Android with configurable settings","archived":false,"fork":false,"pushed_at":"2019-04-15T17:04:11.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T01:44:21.002Z","etag":null,"topics":["android","autotools","bash-script","build","library","script"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abzico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2019-04-11T19:10:07.000Z","updated_at":"2019-10-06T08:03:04.000Z","dependencies_parsed_at":"2023-05-26T09:30:33.726Z","dependency_job_id":null,"html_url":"https://github.com/abzico/androidbuildlib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abzico/androidbuildlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abzico%2Fandroidbuildlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abzico%2Fandroidbuildlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abzico%2Fandroidbuildlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abzico%2Fandroidbuildlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abzico","download_url":"https://codeload.github.com/abzico/androidbuildlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abzico%2Fandroidbuildlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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":["android","autotools","bash-script","build","library","script"],"created_at":"2025-01-23T11:29:28.710Z","updated_at":"2026-04-17T15:33:41.669Z","avatar_url":"https://github.com/abzico.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# androidbuildlib\nScript to build autotools-based library project for Android with configurable settings\n\n# Install\n\nPlace `androidbuildlib` at your executable path i.e. `/usr/local/bin/` or even sym-link it as per your convenient.\nThen you're ready to use it.\n\n# How to use\n\n`cd` to your target autotools-based library project.\nThen execute `androidbuildlib`.\n\nBy default it will build the libraries according to what has been set in Makefile.am according to autotools way; into `build/` directory for 4 target architectures namely `armeabi-v7a`, `x86`, `arm64-v8a` and `x86_64`.\n\nYou have the following configurable settings\n\n* `out_path` - target installation path to install generated library files for all archs, it need to be in relative path from the directory executing this script [default is `build`]\n* `host_tag` - host value that will build the library (hint: you can take a look for this value at your `$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/` [default is `linux-x86_64`]\n* `minsdkversion`   - minimum sdk version to support, this is value of api level [default is 18]\n* `target_abis` - target abis to build for, separated by space [default is \"armeabi-v7a x86 arm64-v8a x86_64\"]\n* `configure_params` - addtitional parameters to add to `./configure`. [default is empty]\n* `fresh_build`      - whether or not this is a fresh build, user might be using this when repeatitively build the same project over and over i.e. while debugging, so there's no need to keep re-execute './configure' and 'make clean' again. [default is true]\n\nTo execute with custom settings, you do it like this\n\n```\nandroidbuildlib out_path=mybuild target_abis=\"armeabi-v7a x86\"\n```\n\nThat will build for target `armeabi-v7a` and `x86`, then put the result library files into `mybuild` directory. Other default settings are applied, so it is built against api level 18, and on linux 64-bit as host.\n\n## Show Help Text\n\nUse `androidbuildlib --help` to show help text.\n\n# Note\n\nFor now, it only works for a library project that depends on standard libraries which Android already provided like libz etc. But it won't work if the library project depends on something else custom.\n\n# License\n[MIT](https://github.com/abzico/androidbuildlib/blob/master/LICENSE) Angry Baozi ([https://abzi.co](https://abzi.co))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabzico%2Fandroidbuildlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabzico%2Fandroidbuildlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabzico%2Fandroidbuildlib/lists"}