This website requires JavaScript.
Explore
Help
Sign In
android
/
android_kernel_asus_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_asus_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
717dc0e252
android_kernel_asus_sm8350
/
build.config.x86_64
9 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ANDROID: refactor build.config files to remove duplication The build.config.* files largely contain duplicate information by their nature. Reorganize them reduce duplication and to allow adding new configurations without copying the definitions again. Bug: 140224784 Change-Id: I6a3810a125b0ed48591690ca33bb5c02be58218a Signed-off-by: Matthias Maennich <maennich@google.com>
2019-08-29 20:34:52 +09:00
ARCH=x86_64
FILES="
arch/x86/boot/bzImage
vmlinux
System.map
ANDROID: distribute Module.symvers Module.symvers contains the exported symbols with additional metadata, which can be used to build kernel modules that use/need them. Bug: 202914651 Signed-off-by: Isaac Chen <ycchen@google.com> Change-Id: Ife00f368723f08bfdbe56cb1737ee328e2749d00
2021-10-14 14:14:46 +09:00
Module.symvers
ANDROID: refactor build.config files to remove duplication The build.config.* files largely contain duplicate information by their nature. Reorganize them reduce duplication and to allow adding new configurations without copying the definitions again. Bug: 140224784 Change-Id: I6a3810a125b0ed48591690ca33bb5c02be58218a Signed-off-by: Matthias Maennich <maennich@google.com>
2019-08-29 20:34:52 +09:00
"
Reference in New Issue
Copy Permalink