Drop support for beta versions of Android T.
Android T beta3/4 haven't been tested in ages, and were really only tested for the transition to final T nearly a year ago. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I520e60026179c078859572231b86184796182142
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// The resulting .o needs to load on the Android T Beta 3 bpfloader
|
||||
#define BPFLOADER_MIN_VER BPFLOADER_T_BETA3_VERSION
|
||||
// The resulting .o needs to load on the Android T bpfloader
|
||||
#define BPFLOADER_MIN_VER BPFLOADER_T_VERSION
|
||||
|
||||
#include <bpf_helpers.h>
|
||||
#include <linux/bpf.h>
|
||||
|
||||
Reference in New Issue
Block a user