bpf_base_test - unconditionally run TestSocketFilterSetUp

We require 4.14 kernel so the condition is always true, and
thus this test is never actually skipped.

Additionally this test is outright incorrect, because BpfHandler::initMaps() requires the uid permission map open
to succeed, and furthermore BpfHandler::hasUpdateDeviceStatsPermission
requires it for things to even work, as this is used as part
of tagSocket() permission checks.

(side note: it's ugly that this netd test is reaching into
mainline stuff... but fixing that is a different TODO)

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I4ea401e8bd73f9c3fce4498582dbcdf247a9453b
(cherry picked from commit 92ac128dc27a91b6a3ae90918edefe61eecda5f4)
Merged-In: I4ea401e8bd73f9c3fce4498582dbcdf247a9453b
1 file changed
tree: dbbf0137323b9fda725dd123c37f309f9839c872
  1. client/
  2. include/
  3. netutils_wrappers/
  4. server/
  5. tests/
  6. .editorconfig
  7. Android.bp
  8. NOTICE
  9. OWNERS
  10. PREUPLOAD.cfg
  11. TEST_MAPPING