Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the module module-name of type module-type in bp-files, a list of pairs containing an Android.bp file name and the corresponding package name. This procedure takes care of parsing the files and returns a blueprint-module object.
Return lookup tables as two values. The first value is a hash table from package name to blueprint record, the second value is a hash table from module name to package names that contain a module of that name.