Merge changes I8dd0f858,I15c17d0d
* changes: Add entries in root.bp for hidl/hwbinder Fix lex/yacc path
This commit is contained in:
@@ -25,8 +25,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
pctx.SourcePathVariable("lexCmd", "prebuilts/misc/${HostPrebuiltTag}/flex/flex-2.5.39")
|
pctx.SourcePathVariable("lexCmd", "prebuilts/misc/${config.HostPrebuiltTag}/flex/flex-2.5.39")
|
||||||
pctx.SourcePathVariable("yaccCmd", "prebuilts/misc/${HostPrebuiltTag}/bison/bison")
|
pctx.SourcePathVariable("yaccCmd", "prebuilts/misc/${config.HostPrebuiltTag}/bison/bison")
|
||||||
pctx.SourcePathVariable("yaccDataDir", "external/bison/data")
|
pctx.SourcePathVariable("yaccDataDir", "external/bison/data")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
root.bp
4
root.bp
@@ -24,6 +24,10 @@ optional_subdirs = [
|
|||||||
"system/core/*",
|
"system/core/*",
|
||||||
"system/extras/*",
|
"system/extras/*",
|
||||||
"system/keymaster",
|
"system/keymaster",
|
||||||
|
"system/hwservicemanager",
|
||||||
|
"system/libhidl",
|
||||||
|
"system/libhwbinder",
|
||||||
"system/media/*",
|
"system/media/*",
|
||||||
"system/security/*",
|
"system/security/*",
|
||||||
|
"system/tools/*",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user