From 0c7dbd7eefd775303e1a29b5466fb9aa3ed4d838 Mon Sep 17 00:00:00 2001 From: Etienne Cordonnier Date: Wed, 15 Mar 2023 17:40:37 +0100 Subject: android-tools: remove recipe and dynamic-layer The recipe has been patched to remove the clang dependency and moved to meta-openembedded at https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools Signed-off-by: Etienne Cordonnier --- .../core-debian/use-Python-3-for-mkbootimg.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 dynamic-layers/selinux/android-tools/android-tools/core-debian/use-Python-3-for-mkbootimg.patch (limited to 'dynamic-layers/selinux/android-tools/android-tools/core-debian/use-Python-3-for-mkbootimg.patch') diff --git a/dynamic-layers/selinux/android-tools/android-tools/core-debian/use-Python-3-for-mkbootimg.patch b/dynamic-layers/selinux/android-tools/android-tools/core-debian/use-Python-3-for-mkbootimg.patch deleted file mode 100644 index a14261a..0000000 --- a/dynamic-layers/selinux/android-tools/android-tools/core-debian/use-Python-3-for-mkbootimg.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Use Python 3 for `mkbootimg` -Bug: https://android.googlesource.com/platform/system/core/+/c434cf82d526f07cd3dcebf53582eeddf12b0a74 ---- a/mkbootimg/mkbootimg.py -+++ b/mkbootimg/mkbootimg.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - # Copyright 2015, The Android Open Source Project - # - # Licensed under the Apache License, Version 2.0 (the "License"); ---- a/mkbootimg/unpack_bootimg.py -+++ b/mkbootimg/unpack_bootimg.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python3 - # Copyright 2018, The Android Open Source Project - # - # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3-54-g00ecf