Fix build on aarch64: nnapi_implementation.cc:(.text+0x18): undefined reference to `shm_open'
PiperOrigin-RevId: 248979412
This commit is contained in:
parent
575ab84dab
commit
81f21655b9
@ -21,7 +21,8 @@ ifeq ($(TARGET),aarch64)
|
|||||||
-Wl,--no-export-dynamic \
|
-Wl,--no-export-dynamic \
|
||||||
-Wl,--exclude-libs,ALL \
|
-Wl,--exclude-libs,ALL \
|
||||||
-Wl,--gc-sections \
|
-Wl,--gc-sections \
|
||||||
-Wl,--as-needed
|
-Wl,--as-needed \
|
||||||
|
-lrt
|
||||||
|
|
||||||
|
|
||||||
LIBS := \
|
LIBS := \
|
||||||
|
Loading…
Reference in New Issue
Block a user