mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +00:00
Add factory_post_boot.sh for factory targets to boost adbd on boot. Bug: 222226268 Change-Id: If20455705e2632eda95297952cfd770a4e8ff6f7
26 lines
807 B
Plaintext
26 lines
807 B
Plaintext
//
|
|
// Copyright (C) 2022 The Android Open Source Project
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
sh_binary {
|
|
name: "factory_post_boot",
|
|
src: "factory_post_boot.sh",
|
|
vendor: true,
|
|
sub_dir: "factory",
|
|
}
|
|
|