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

Commit e498182e authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for...

Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." am: 07f14c9c am: 40efc4c6
am: 98c4d5c4

Change-Id: Ice723be924e33bdbfdfda9b1de3c3db40c608327
parents 5ceaf856 98c4d5c4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,12 @@ cc_library_static {
    "-Os",
  ],

  target: {
    android64: {
      cflags: ["-DTARGET_IS_64_BIT"],
    },
  },

  local_include_dirs: ["include"],
  export_include_dirs: ["include"],