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

Commit 487134fd authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libeffects: move to vendor" into oc-dev am: 89d950d3

am: 064796ed

Change-Id: I3ef5e99088c261cb7c811072c35bbc74eb36a360
parents 1ceb2df2 064796ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -67,6 +67,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj_arm/STATIC_LIBRARIES/liboboe*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj_arm/SHARED_LIBRARIES/liboboe*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/mediacodec)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/mediacodec.rc)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libeffects.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libeffects.so)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
+3 −0
Original line number Diff line number Diff line
// Effect factory library
cc_library_shared {
    name: "libeffects",
    vendor: true,
    srcs: ["EffectsFactory.c"],

    shared_libs: [
@@ -14,4 +15,6 @@ cc_library_shared {
    local_include_dirs:["include"],

    export_include_dirs: ["include"],
    header_libs: ["libhardware_headers"],
    export_header_lib_headers: ["libhardware_headers"],
}