This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 13d7ac43dd73e00fa40621e08805e926575bffaf Mon Sep 17 00:00:00 2001 | |
From: Eliad Peller <[email protected]> | |
Date: Fri, 20 May 2011 11:58:54 +0300 | |
Subject: [PATCH 1/5] wlcore: add wake_locks (ANDROID) | |
Signed-off-by: Eliad Peller <[email protected]> | |
Signed-off-by: Ido Yariv <[email protected]> | |
Signed-off-by: Arik Nemtsov <[email protected]> | |
--- | |
.../drivers/net/wireless/ti/wlcore/main.c | 31 ++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build/kati | |
dalvik | |
external/android-clat | |
external/aac | |
external/apache-http | |
bootable/recovery | |
development | |
bionic | |
external/bzip2 | |
build conflicts (on invisiblek's cm-14.1_android-7.1.1_r4 branch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# SPDX-FileCopyrightText: 2023 The LineageOS Project | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
usage() { | |
echo "Usage ${0} <remote> <merge_sha> <branch>" | |
} | |
# Verify argument count |