Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
device_google_bluejay
/
refs/heads/15.1
/
.
/
setup-makefiles.py
blob: a3387f5984f00405c54f30d3959d8cc60c1f0141 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
#
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
set
-
e
MY_DIR
=
"$(cd "
$
(
dirname
"${0}"
)
"; pwd -P)"
pushd
"${MY_DIR}/bluejay"
./
setup
-
makefiles
.
py
popd