Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c9875dd authored by Jaesoo Lee's avatar Jaesoo Lee
Browse files

configstore: import configstore-utils as a header library

The android.hardware.configstore-utils library is no more built as a
static library but as a header only library.

This change applies this in building SurfaceFlinger.

Design doc: go/design-confighal
Bug: 35397068
Test: build, run on sailfish

Change-Id: I7d7abf3c87861bf7daa293af4e9d6841f854711e
parent e8d79a60
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -131,9 +131,11 @@ endif

LOCAL_CFLAGS += -fvisibility=hidden -Werror=format

LOCAL_HEADER_LIBRARIES := \
    android.hardware.configstore-utils

LOCAL_STATIC_LIBRARIES := \
    libhwcomposer-command-buffer \
    android.hardware.configstore-utils \
    libtrace_proto \
    libvkjson \
    libvr_manager \