This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
hardware_samsung
Watch
1
Star
0
Fork
You've already forked hardware_samsung
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
865
Commits
3
Branches
0
Tags
10 MiB
Tag:
Branch:
Tree:
cdc9326984
fourteen
tirimbino
urubino
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cdc9326984'
${ noResults }
hardware_samsung
/
Android.bp
7 lines
113 B
Raw
Normal View
History
Unescape
Escape
Guard with a soong_namespace hardware/samsung modules shouldn't be globally available for every device. They can cause conflicts with other devices and break things. One notable example is aidl/memtrack overwriting pixel .rc and thus breaking memtrack on Pixel 6 and 7, which results in non booting device. Change-Id: I78b1b9930a57bc01afda722b9f8a196c372f9d8b
2 years ago
soong_namespace {
samsung: Import pixel soong namespaces in root Android.bp * Both power and thermal HAL need it now Change-Id: Ifd414b778d91410a0cbb8f36bfb6481603fb6128
1 year ago
imports: [
"hardware/google/pixel",
"hardware/google/interfaces",
],
Guard with a soong_namespace hardware/samsung modules shouldn't be globally available for every device. They can cause conflicts with other devices and break things. One notable example is aidl/memtrack overwriting pixel .rc and thus breaking memtrack on Pixel 6 and 7, which results in non booting device. Change-Id: I78b1b9930a57bc01afda722b9f8a196c372f9d8b
2 years ago
}