diff options
author | 2024-03-26 21:39:49 +0000 | |
---|---|---|
committer | 2024-03-26 21:39:49 +0000 | |
commit | 835431ed392390ee22d557bd35d385ebb892cd0d (patch) | |
tree | 39079d8f82b3dca7d53b7260adf862f4906e2553 /setup.py | |
parent | c4db10d48e96701e0bd7391a49f3c67de9f71113 (diff) | |
parent | 039a99414e778332d8f9c04cbd3072e1dcc62798 (diff) |
Upgrade dtc to v1.7.0
This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update external/dtc
For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
Test: TreeHugger
Change-Id: I7c3774a5f8fbc6ddf0926df9db3450c4dce54cf9
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import sys srcdir = os.path.dirname(__file__) -with open(os.path.join(srcdir, "README"), "r") as fh: +with open(os.path.join(srcdir, "README.md"), "r") as fh: long_description = fh.read() def get_top_builddir(): |