This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # found on http://qiushao.net/2019/12/12/Android%E7%B3%BB%E7%BB%9F%E5%BC%80%E5%8F%91%E5%85%A5%E9%97%A8/6-%E5%88%A0%E9%99%A4%E5%8E%9F%E7%94%9F%E5%86%85%E7%BD%AEAPK/ | |
| # creating a fake module that does nothing but overrides modules that are unwanted, a snipplet for docker-lineage-cicd build.sh | |
| if ! [ -z "$REMOVE_PACKAGES" ]; then | |
| mkdir -p vendor/remove_unused_module | |
| echo ' | |
| include $(CLEAR_VARS) | |
| LOCAL_MODULE := remove_unused_module | |
| LOCAL_MODULE_TAGS := optional | |
| LOCAL_MODULE_CLASS := FAKE |
NewerOlder