Skip to content

Commit

Permalink
Remove instructions from Dockerfile.android that are BUCK related. (#…
Browse files Browse the repository at this point in the history
…36958)

Summary:
Pull Request resolved: #36958

As we don't invoke `buck` anymore inside `Dockerfile.android` anymore,
those instructions can be removed.

Changelog:
[Internal] [Changed] - Remove instructions from `Dockerfile.android` that are BUCK related

Reviewed By: sammy-SC, arushikesarwani94

Differential Revision: D45086054

fbshipit-source-id: 5ed5e353f43b11784a4dcb930148ab264d4dd063
  • Loading branch information
cortinico authored and facebook-github-bot committed Apr 18, 2023
1 parent 645b643 commit 6f94cd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/Dockerfiles/Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ LABEL maintainer="Meta Open Source <[email protected]>"
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dfile.encoding=utf-8 -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\""
ENV KOTLIN_HOME="packages/react-native/third-party/kotlin"

ADD .buckconfig /app/.buckconfig
ADD .buckjavaargs /app/.buckjavaargs
ADD BUCK /app/BUCK
ADD packages/react-native/Libraries /app/packages/react-native/Libraries
ADD packages/react-native/ReactAndroid /app/packages/react-native/ReactAndroid
ADD packages/react-native/ReactCommon /app/packages/react-native/ReactCommon
Expand Down

0 comments on commit 6f94cd2

Please sign in to comment.