Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/freeline
/ _get_aapt_args
Method
_get_aapt_args
freeline_core/android_tools.py:472–473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
470
self._changed_files[
'res'
].remove(fpath)
471
472
def
_get_aapt_args(self):
473
raise
NotImplementedError
474
475
def
run_aapt_task(self):
476
self._changed_files[
'res'
].append(self._public_xml_path)
Callers
1
run_aapt_task
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected