commit | 4cdfacae104eb2d52091698e2454bc5c25bfe6c5 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Apr 16 01:08:26 2020 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Thu Apr 16 01:11:10 2020 -0700 |
tree | 1adcf7296fcefa9639ffeb0a660f32c69e455651 | |
parent | 62d59787100d7db8c394f50f6cff283807a196b0 [diff] |
remove dependency on ip6tables which is now (as of aosp master external/iptables @ HEAD, ie. https://android-review.googlesource.com/c/platform/external/iptables/+/1284244 ) simply a symbolic link to iptables binary This should fix: > FAILED: > build/make/core/main.mk:1132: warning: build/make/target/product/generic.mk includes non-existent modules in PRODUCT_PACKAGES > Offending entries: > ip6tables > build/make/core/main.mk:1132: error: Build failed. Test: No, but building, and treehugging Bug: 154186169 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I94709a7450d0c41a64951c592b54de4b2956eae9
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 434cbfc..b017377 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -106,7 +106,6 @@ installd \ iorapd \ ip \ - ip6tables \ iptables \ ip-up-vpn \ javax.obex \