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

Commit 07f4a0e4 authored by Daniel Cardenas's avatar Daniel Cardenas Committed by android-build-merger
Browse files

Merge "PDK fix. Remove conditional that stops component from being in PDK."...

Merge "PDK fix.  Remove conditional that stops component from being in PDK." am: 4578bf1f am: 212f32d7
am: a8653af1

Change-Id: I040a006ca5d78a2d92bd17b76f8c52e0042a4a46
parents 47392c41 a8653af1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_PATH := $(call my-dir)

# the hat script
@@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava
include $(BUILD_PREBUILT)

# Apicheck is now part of Doclava -- See external/doclava.
endif