HomeSort by relevance Sort by last modified time
    Searched refs:libsepol (Results 1 - 7 of 7) sorted by null

  /external/sepolicy/tools/
Android.mk 7 LOCAL_C_INCLUDES := external/libsepol/include/
10 LOCAL_STATIC_LIBRARIES := libsepol
19 LOCAL_C_INCLUDES := external/libsepol/include \
22 LOCAL_STATIC_LIBRARIES := libsepol libselinux
  /external/checkpolicy/
Android.mk 22 $(LOCAL_PATH)/../libsepol/include/ \
23 $(LOCAL_PATH)/../libsepol/src/ \
41 LOCAL_STATIC_LIBRARIES := libsepol
58 LOCAL_STATIC_LIBRARIES := libsepol
Makefile 22 LDLIBS=$(LIBDIR)/libsepol.a -lfl
  /external/libsepol/
Android.mk 57 # libsepol.so
61 LOCAL_MODULE := libsepol
71 # libsepol.a
75 LOCAL_MODULE := libsepol
94 LOCAL_SHARED_LIBRARIES := libsepol
  /external/checkpolicy/test/
Makefile 12 LDLIBS=-lfl -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
  /external/libsepol/src/
Makefile 12 LIBA=libsepol.a
13 TARGET=libsepol.so
14 LIBPC=libsepol.pc
28 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
  /external/libsepol/tests/
Makefile 3 EXE ?= libsepol-tests
7 # Statically link libsepol on the assumption that we are going to
9 LIBSEPOL := ../src/libsepol.a
34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
35 $(CC) $(CFLAGS) $(CPPFLAGS) $(objs) $(parserobjs) -lfl -lcunit -lcurses $(LIBSEPOL) -o $@

Completed in 106 milliseconds